Skip to content

Commit

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

fix: update check-labels secret
  • Loading branch information
milyin authored Aug 29, 2024
2 parents 278db07 + 2f2689c commit 065eed2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Check labels

on:
workflow_call:
secrets:
github-token:
required: true

jobs:
main:
Expand All @@ -21,4 +24,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: ${{ secrets.BOT_TOKEN_WORKFLOW }}
GH_TOKEN: ${{ secrets.github-token }}

0 comments on commit 065eed2

Please sign in to comment.