Skip to content

Commit

Permalink
Fix release upload permissions missing
Browse files Browse the repository at this point in the history
The CI pipeline needs contents permissions in order to upload release
artifacts.
  • Loading branch information
danyeaw committed May 8, 2024
1 parent c5e640e commit 7b9f744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
needs: lint
name: Build GTK${{ matrix.gtk-version }} Binaries
runs-on: windows-latest
permissions:
contents: write
timeout-minutes: 75
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
Expand Down

0 comments on commit 7b9f744

Please sign in to comment.