From ee58694d02b5269dbf0713078c2d5c3312ced7c9 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 1 Oct 2024 14:25:14 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .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 066a761..cd6dec1 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: - export GITHUB_TOKEN=$(python encode_jwt.py "$GITHUB_APP_PEM_FILE" "$GITHUB_APP_INSTALLATION_ID" "$GITHUB_BASE_URL") + echo GITHUB_TOKEN=$(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