From f353444b317ebf220ef020c4f77f76844faf9aad Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 15 Apr 2025 13:08:31 -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 8f668b8..2c319a5 100644 --- a/.github/workflows/gh-token.yaml +++ b/.github/workflows/gh-token.yaml @@ -10,7 +10,7 @@ jobs: name: Refresh GitHub Token uses: CSVD/centralized-actions/.github/workflows/upload-github-token.yml@main with: - aws_region: 'us-east-1' + aws_region: 'us-gov-west-1' secret_name: '/dev/eks_automation_github_token' # This matches the SECRET_NAME in app.py github_app_id: ${{ vars.GITHUB_APP_ID }} github_installation_id: ${{ vars.GITHUB_INSTALLATION_ID }}