This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 55f0c7c [improve][ci] try to fix bot workflow (#910)
55f0c7c is described below
commit 55f0c7cfda647b5ed0c19882790e92418b8bd651
Author: labuladong <[email protected]>
AuthorDate: Fri Apr 14 17:17:37 2023 +0800
[improve][ci] try to fix bot workflow (#910)
---
.github/workflows/bot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 343963e..4641eb9 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -29,6 +29,6 @@ jobs:
- name: Execute pulsarbot command
id: pulsarbot
env:
- GITHUB_TOKEN: ${{ secrets.GO_CLIENT_BOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_TARGET_REPOSITORY: apache/pulsar-client-go
uses: apache/pulsar-test-infra/pulsarbot@master