Skip to content

Commit 9939c01

Browse files
committed
Add write permission
1 parent efb0869 commit 9939c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
permissions:
1616
id-token: write
17-
contents: read # It wasn't mentioned on the docs, without this checkout action doesn't work!
17+
contents: write
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)