Skip to content

Commit f99a35d

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
build:
88
name: Build distribution 📦
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- name: Checkout
1214
uses: actions/checkout@v6

0 commit comments

Comments
 (0)