Skip to content

Commit

Permalink
ci: fix permissions in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 21, 2023
1 parent f9898ca commit c076759
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 @@ -13,6 +13,8 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
# Necessary for changelogithub to publish releases automatically
contents: write
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c076759

Please sign in to comment.