We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6903c0c commit 0a899f3Copy full SHA for 0a899f3
.github/workflows/terraform.yml
@@ -96,7 +96,7 @@ jobs:
96
gh variable set ARGOCD_NAMESPACE --body "$ARGOCD_NAMESPACE" --repo $GITHUB_REPOSITORY
97
gh variable set APP_NAME --body "$APP_NAME" --repo $GITHUB_REPOSITORY
98
env:
99
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
100
working-directory: ./Terraform
101
102
# ---------------------------
0 commit comments