Skip to content

Commit

Permalink
Add permission to allow GitHub CLI to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Feb 3, 2025
1 parent 689ac8c commit 610cecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
defaults:
run:
shell: pwsh
permissions:
contents: write
env:
GH_TOKEN: ${{ github.token }}
jobs:
Expand Down

0 comments on commit 610cecd

Please sign in to comment.