Skip to content

Commit

Permalink
Merge pull request #1336 from wingtk/ci-permissions
Browse files Browse the repository at this point in the history
Fix release upload permissions missing
  • Loading branch information
danyeaw authored May 8, 2024
2 parents c5e640e + 7b9f744 commit f5d04f9
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 f5d04f9

Please sign in to comment.