Skip to content

Commit

Permalink
Update gh-token.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Apr 15, 2025
1 parent f353444 commit eb500b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
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 }}
github_app_id: ${{ vars.GH_APP_ID }}
github_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }}
use_ecs_credentials: true
secrets:
github_app_private_key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
github_app_private_key: ${{ secrets.GH_APP_PEM_FILE }}

0 comments on commit eb500b2

Please sign in to comment.