mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
GitHub Workflows security hardening (#96492)
* Update project-updater.yml Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> * Update project-updater.yml repository-projects: write is not needed because a separate secrets.ADD_TO_PROJECT_PAT is used Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
This commit is contained in:
parent
531ffaa7cd
commit
c66dbddfba
3
.github/workflows/project-updater.yml
vendored
3
.github/workflows/project-updater.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
- opened
|
||||
- labeled
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issues to projects
|
||||
|
Loading…
Reference in New Issue
Block a user