diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 94aebf6..e789c4a 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -44,7 +44,7 @@ jobs: echo GITHUB_TOKEN=$(python encode_jwt.py "$GITHUB_APP_PEM_FILE" "$GITHUB_APP_INSTALLATION_ID" "$GITHUB_BASE_URL") >> $GITHUB_ENV - name: Echo GITHUB Credentials - id: github_credentials + id: echo_github_credentials run: | echo "PyGenerated GITHUB_TOKEN: $GITHUB_TOKEN"