We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9201403 commit 4b601a4Copy full SHA for 4b601a4
1 file changed
.github/workflows/argocd-diff.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Post diff as comment
39
env:
40
- GITHUB_TOKEN: ${{ secrets.K8S_INFRA_CI_BOT_PR_TOKEN }}
+ GH_TOKEN: ${{ secrets.K8S_INFRA_CI_BOT_PR_TOKEN }}
41
run: |
42
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
43
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md
0 commit comments