Skip to content

Commit 4b601a4

Browse files
committed
use GH_TOKEN instead of GITHUB_TOKEN for the cli
1 parent 9201403 commit 4b601a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/argocd-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Post diff as comment
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.K8S_INFRA_CI_BOT_PR_TOKEN }}
40+
GH_TOKEN: ${{ secrets.K8S_INFRA_CI_BOT_PR_TOKEN }}
4141
run: |
4242
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
4343
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md

0 commit comments

Comments
 (0)