Skip to content

Commit

Permalink
build: Add write permissions to contents in build-and-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
hazre committed Aug 8, 2024
1 parent aa08cd8 commit b8558de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest
permissions:
contents: write
env:
PROJECT: ResoniteModUpdater
DOTNET_VERSION: '8.0.x'
Expand Down

0 comments on commit b8558de

Please sign in to comment.