mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00: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
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue