Skip to content

Commit

Permalink
Fix GitHub Action permission to publish assets (#367)
Browse files Browse the repository at this point in the history
* added contents write permission to publish assets in release

* added comment
  • Loading branch information
enrichman authored May 8, 2024
1 parent 192a95e commit b289656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
permissions:
contents: read
contents: write # needed to create/update the release with the assets
id-token: write # needed for the Vault authentication
runs-on: ubuntu-latest

Expand Down

0 comments on commit b289656

Please sign in to comment.