Skip to content

Commit dbc076d

Browse files
committed
Update GitHub Actions workflow to allow writing release assets and token contents.
- Allow writing of release asset contents. - Grant permission to write token contents in the workflow.
1 parent 6775507 commit dbc076d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
id-token: write
13+
contents: write
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)