Skip to content

Commit 3efa629

Browse files
Merge pull request #1 from ReuelAlbert-Dev/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 33bb26c + f8f17b4 commit 3efa629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
path: dist/
3232

3333
checks:
34+
permissions:
35+
contents: read
3436
uses: ./.github/workflows/shared.yml
3537

3638
pypi-publish:

0 commit comments

Comments
 (0)