Skip to content

Commit 835f30c

Browse files
appleapple
authored andcommitted
Add contents:write permission to release workflow
1 parent f3f889c commit 835f30c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release:
1013
runs-on: macos-latest
@@ -37,4 +40,4 @@ jobs:
3740
generate_release_notes: true
3841
fail_on_unmatched_files: true
3942
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)