Skip to content

Commit

Permalink
ci: fix release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpius committed Jul 2, 2023
1 parent fd07812 commit 8808abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

permissions:
id-token: write
contents: write # This is needed to push tags

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8808abe

Please sign in to comment.