Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Set token permission to contents: write
  • Loading branch information
puredanger authored Jul 31, 2023
1 parent cbe3d2b commit 89528a1
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 @@ -4,7 +4,7 @@ on: [workflow_dispatch]

permissions: # Exchange the OIDC token (JWT) for a cloud access token
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required for actions/checkout

jobs:
build:
Expand Down

0 comments on commit 89528a1

Please sign in to comment.