Skip to content

Commit

Permalink
[CI] Use PULSARBOT_TOKEN in pulsarbot ci job (apache#6324)
Browse files Browse the repository at this point in the history
*Motivation*

`PULSARBOT_TOKEN` is configured in apache/pulsar to trigger CI runs
  • Loading branch information
sijie authored Feb 14, 2020
1 parent 7dd52b8 commit 115fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pulsarbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Execute pulsarbot command
id: pulsarbot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
uses: apache/pulsar-test-infra/pulsarbot@master

0 comments on commit 115fa80

Please sign in to comment.