We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cda57 commit 92856deCopy full SHA for 92856de
1 file changed
.github/workflows/python-ci-polaris.yml
@@ -32,6 +32,9 @@ on:
32
- 'pyproject.toml'
33
- 'uv.lock'
34
35
+permissions:
36
+ contents: read
37
+
38
concurrency:
39
group: ${{ github.workflow }}-${{ github.ref }}
40
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
0 commit comments