Skip to content

Commit f8f17b4

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 33bb26c commit f8f17b4

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)