Skip to content

Commit a0f6f35

Browse files
committed
fix: add missing permissions for contents in GitHub Actions workflow
1 parent 8331966 commit a0f6f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.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: read
1314

1415
steps:
1516
- name: Checkout code

0 commit comments

Comments
 (0)