Skip to content

Commit

Permalink
fix: use token in "pr-label-status.yml" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Nov 18, 2024
1 parent 65b5380 commit 5beb2b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-label-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: wow-actions/pr-triage@v1
with:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
Expand Down

0 comments on commit 5beb2b3

Please sign in to comment.