8000 Merge pull request #24657 from pnacht/token-permissions-qemu · numpy/numpy@b64f3c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b64f3c6

Browse files
authored
Merge pull request #24657 from pnacht/token-permissions-qemu
Add read-only token to linux_qemu.yml
2 parents 388778c + 642926c commit b64f3c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ concurrency:
2323
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2424
cancel-in-progress: true
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
linux_qemu:
2831
if: "github.repository == 'numpy/numpy'"

0 commit comments

Comments
 (0)
0