From 508e975590ab42260283e5ff94674a228ee3deba Mon Sep 17 00:00:00 2001 From: gomez385 Date: Tue, 1 Oct 2024 17:26:19 -0400 Subject: [PATCH] make fix --- .github/workflows/terraform_plan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index cd6dec1..e06f4cb 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -52,7 +52,7 @@ jobs: - name: Setup GITHUB Credentials id: github_credentials run: - echo GITHUB_TOKEN=$(python encode_jwt.py "${{ env.GITHUB_APP_PEM_FILE }}" "${{ env.GITHUB_APP_INSTALLATION_ID }}" "${{ env.GITHUB_BASE_URL }}") >> $GITHUB_ENV + python encode_jwt.py "${{ env.GITHUB_APP_PEM_FILE }}" "${{ env.GITHUB_APP_INSTALLATION_ID }}" "${{ env.GITHUB_BASE_URL }}" #>> $GITHUB_ENV - name: Terraform Init id: init