Skip to content

Commit

Permalink
fix: pass the BOT_TOKEN_WORKFLOW to check-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 29, 2024
1 parent 1d23574 commit add89e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
name: Check PR labels
if: ${{ github.event_name == 'pull_request'}}
uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main
secrets: inherit
secrets:
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

check:
name: Lints and doc tests on ${{ matrix.os }}
Expand Down

0 comments on commit add89e2

Please sign in to comment.