mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-10 23:17:38 -04:00
👷 Update tokens for GitHub Actions (#11924)
This commit is contained in:
committed by
GitHub
parent
b9e274dc11
commit
7723e96317
3
.github/workflows/issue-manager.yml
vendored
3
.github/workflows/issue-manager.yml
vendored
@@ -14,6 +14,9 @@ on:
|
||||
- labeled
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
issue-manager:
|
||||
if: github.repository_owner == 'fastapi'
|
||||
|
||||
3
.github/workflows/label-approved.yml
vendored
3
.github/workflows/label-approved.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
- cron: "0 12 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
label-approved:
|
||||
if: github.repository_owner == 'fastapi'
|
||||
|
||||
Reference in New Issue
Block a user