From 115fa8091a9f9f7d81b0dd1bcfdfa1889fc4891d Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Thu, 13 Feb 2020 16:35:45 -0800 Subject: [PATCH] [CI] Use PULSARBOT_TOKEN in pulsarbot ci job (#6324) *Motivation* `PULSARBOT_TOKEN` is configured in apache/pulsar to trigger CI runs --- .github/workflows/ci-pulsarbot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pulsarbot.yaml b/.github/workflows/ci-pulsarbot.yaml index 721b29bbb0c67..c00aaa5ee2492 100644 --- a/.github/workflows/ci-pulsarbot.yaml +++ b/.github/workflows/ci-pulsarbot.yaml @@ -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