Skip to content

Commit

Permalink
Add permission to create release in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 25, 2024
1 parent 8442a88 commit b99521b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- .editorconfig
- .gitignore

permissions:
contents: write # Allow workflow to create release

env:
AUTO_TAG: latest
AUTO_TITLE: Latest Build
Expand Down

0 comments on commit b99521b

Please sign in to comment.