Skip to content

Commit

Permalink
👷 Update tokens for GitHub Actions (fastapi#11924)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Jul 31, 2024
1 parent b9e274d commit 7723e96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 14,9 @@ on:
- labeled
workflow_dispatch:

permissions:
issues: write

jobs:
issue-manager:
if: github.repository_owner == 'fastapi'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/label-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 5,9 @@ on:
- cron: "0 12 * * *"
workflow_dispatch:

permissions:
issues: write

jobs:
label-approved:
if: github.repository_owner == 'fastapi'
Expand Down

0 comments on commit 7723e96

Please sign in to comment.