Skip to content

Commit

Permalink
Merge pull request eclipse-zenoh#210 from ZettaScaleLabs/fix-check-la…
Browse files Browse the repository at this point in the history
…bels-permission

fix: correct check-labels workflow credentials
  • Loading branch information
Mallets authored Aug 28, 2024
2 parents a315a6d + 5223268 commit 278db07
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 278db07

Please sign in to comment.