8000 Set proper permissions for `jit.yml` workflow (#118084) · python/cpython@fc21c7f · GitHub
[go: up one dir, main page]

Skip to content

Commit fc21c7f

Browse files
authored
Set proper permissions for jit.yml workflow (#118084)
1 parent 85f727c commit fc21c7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- 'Python/optimizer*.c'
1313
workflow_dispatch:
1414

15+
permissions:
16+
contents: read
17+
1518
concurrency:
1619
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1720
cancel-in-progress: true

0 commit comments

Comments
 (0)
0