diff --git a/.github/workflows/gh-token.yaml b/.github/workflows/gh-token.yaml index c60952e..f7e1c7c 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-gov-east-1' + aws_region: 'us-gov-west-1' 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 }}