Skip to content

Commit

Permalink
ci: fix build.yml permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Jan 26, 2024
1 parent 56ad85d commit 039310e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
if: ${{ !failure() && !cancelled() }}
needs: [tests, prepare]
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
env:
SHOULD_DEPLOY: ${{needs.prepare.outputs.should_deploy}}
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
Expand Down

0 comments on commit 039310e

Please sign in to comment.