From d501a485a753184c390adf6b4267043faf62aaf3 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 15 Apr 2025 17:12:51 -0400 Subject: [PATCH] fixing --- .github/workflows/gh-token.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-token.yaml b/.github/workflows/gh-token.yaml index 8f668b8..d88708d 100644 --- a/.github/workflows/gh-token.yaml +++ b/.github/workflows/gh-token.yaml @@ -12,8 +12,8 @@ jobs: with: aws_region: 'us-east-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_app_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }} use_ecs_credentials: true secrets: - github_app_private_key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }} + github_app_pem_file: ${{ secrets.GH_APP_PEM_FILE }}