We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6692afe commit 71a218eCopy full SHA for 71a218e
.github/workflows/lgtm-commad.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Apply Label & Merge
97
if: steps.check.outputs.authorized == 'true'
98
env:
99
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.BOT_TOKEN }}
100
PR_NUMBER: ${{ github.event.client_payload.github.payload.issue.number }}
101
PR_URL: ${{ github.event.client_payload.github.payload.issue.html_url }}
102
run: |
.github/workflows/prow-github.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: jpmcb/prow-github-actions@v2.0.0
20
with:
21
- github-token: "${{ secrets.GITHUB_TOKEN }}"
+ github-token: "${{ secrets.BOT_TOKEN }}"
22
prow-commands: "/assign
23
/unassign
24
/approve
0 commit comments