Skip to content

Commit efb0869

Browse files
committed
Fix permissions
1 parent 794c760 commit efb0869

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: write
17+
contents: read # It wasn't mentioned on the docs, without this checkout action doesn't work!
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)