From 39adffcbc41249b337429494ceb31d2db87f6c0b Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 15 Apr 2025 14:38:02 -0700 Subject: [PATCH] Update gh-token.yaml --- .github/workflows/gh-token.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-token.yaml b/.github/workflows/gh-token.yaml index 96f7cdf..f7e1c7c 100644 --- a/.github/workflows/gh-token.yaml +++ b/.github/workflows/gh-token.yaml @@ -11,7 +11,7 @@ jobs: uses: CSVD/centralized-actions/.github/workflows/upload-github-token.yml@main with: aws_region: 'us-gov-west-1' - secret_name: '/dev/eks_automation_github_token' # This matches the SECRET_NAME in app.py + secret_name: '/eks-cluster-deployment/github_token' # This matches the SECRET_NAME in app.py github_app_id: ${{ vars.GH_APP_ID }} github_app_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }} use_ecs_credentials: true