Skip to content

Commit cd3224f

Browse files
committed
give write-all permissions to the release job
1 parent 58a8be9 commit cd3224f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
release:
1111
name: Release
1212
runs-on: ubuntu-latest
13+
permissions: write-all
14+
1315
steps:
1416
- name: Check out the repository
1517
uses: actions/checkout@v3

0 commit comments

Comments
 (0)