Skip to content

Commit

Permalink
Allow write permission for release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Jan 25, 2024
1 parent ce668e4 commit e05f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

# Grants permissions for GITHUB_TOKEN
permissions:
contents: read
contents: write # to upload release asset
id-token: write # to verify the deployment originates from an appropriate source
packages: write # to push to GHCR package

Expand Down

0 comments on commit e05f275

Please sign in to comment.