Skip to content

Commit 0a899f3

Browse files
committed
Update GitHub token secret in Terraform workflow for enhanced security
1 parent 6903c0c commit 0a899f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
gh variable set ARGOCD_NAMESPACE --body "$ARGOCD_NAMESPACE" --repo $GITHUB_REPOSITORY
9797
gh variable set APP_NAME --body "$APP_NAME" --repo $GITHUB_REPOSITORY
9898
env:
99-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99+
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
100100
working-directory: ./Terraform
101101

102102
# ---------------------------

0 commit comments

Comments
 (0)