Skip to content

Commit

Permalink
fix: correct check-labels workflow credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 28, 2024
1 parent a315a6d commit 5223268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
gh pr comment --repo ${{ github.repository}} ${{ github.event.pull_request.number }} -b "PR missing one of the required labels: **${required_labels[*]}**"
exit 1
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.BOT_TOKEN_WORKFLOW }}

0 comments on commit 5223268

Please sign in to comment.