https://github.com/python/cpython/commit/fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd
commit: fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd
branch: main
author: Nikita Sobolev <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-04-23T00:31:01+03:00
summary:
Set proper permissions for `jit.yml` workflow (#118084)
files:
M .github/workflows/jit.yml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index f18fb0030bbf8b..490005b7170e95 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -12,6 +12,9 @@ on:
- 'Python/optimizer*.c'
workflow_dispatch:
+permissions:
+ contents: read
+
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]