Skip to content

Commit

Permalink
Grant required permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 24, 2024
1 parent 07f1a3f commit 120f535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
runs-on: ubuntu-latest
environment: publish
permissions:
# Required to create release
contents: write
# Required for OIDC
id-token: write
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')

Expand Down

0 comments on commit 120f535

Please sign in to comment.