mirror of https://github.com/tiangolo/fastapi.git
👷 Update tokens for GitHub Actions (#11924)
This commit is contained in:
parent
b9e274dc11
commit
7723e96317
|
|
@ -14,6 +14,9 @@ on:
|
|||
- labeled
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
issue-manager:
|
||||
if: github.repository_owner == 'fastapi'
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ on:
|
|||
- cron: "0 12 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
label-approved:
|
||||
if: github.repository_owner == 'fastapi'
|
||||
|
|
|
|||
Loading…
Reference in New Issue