Skip to content

Commit

Permalink
[CI] Add GITHUB_TOKEN as the environment variable for running pulsarb…
Browse files Browse the repository at this point in the history
…ot (apache#6225)
  • Loading branch information
sijie authored Feb 5, 2020
1 parent a8e56b9 commit 4a2bceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pulsarbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
uses: actions/checkout@v1
- name: Execute pulsarbot command
id: pulsarbot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: apache/pulsar-test-infra/pulsarbot@master

0 comments on commit 4a2bceb

Please sign in to comment.