Skip to content

Teraform deployment #2

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gh-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
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.GH_APP_ID }}
github_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }}
github_app_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }}
use_ecs_credentials: true
secrets:
github_app_private_key: ${{ secrets.GH_APP_PEM_FILE }}
github_app_pem_file: ${{ secrets.GH_APP_PEM_FILE }}