We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a243f1 commit d20eb2eCopy full SHA for d20eb2e
1 file changed
.github/workflows/ci-pulsarbot.yaml
@@ -22,6 +22,10 @@ on:
22
issue_comment:
23
types: [created]
24
25
+permissions:
26
+ actions: write
27
+ contents: read
28
+
29
jobs:
30
pulsarbot:
31
runs-on: ubuntu-24.04
@@ -31,5 +35,5 @@ jobs:
35
- name: Execute pulsarbot command
32
36
id: pulsarbot
33
37
env:
34
- GITHUB_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
uses: apache/pulsar-test-infra/pulsarbot@master
0 commit comments