Skip to content

Commit 039310e

Browse files
authored
ci: fix build.yml permissions
1 parent 56ad85d commit 039310e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
if: ${{ !failure() && !cancelled() }}
124124
needs: [tests, prepare]
125125
runs-on: ubuntu-latest
126+
permissions:
127+
contents: write
128+
packages: write
126129
env:
127130
SHOULD_DEPLOY: ${{needs.prepare.outputs.should_deploy}}
128131
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}

0 commit comments

Comments
 (0)