Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gomez385 committed Oct 8, 2024
1 parent c8c829e commit 66deb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: github_credentials
run: |
echo GITHUB_TOKEN=$(python encode_jwt.py "$GITHUB_APP_PEM_FILE" "$GITHUB_APP_INSTALLATION_ID" "$GITHUB_BASE_URL") >> $GITHUB_ENV
echo "PyGenerated GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}"
echo "PyGenerated GITHUB_TOKEN: $GITHUB_TOKEN"
- name: Terraform Init
uses: CSVD/terraform-init@main
Expand All @@ -53,7 +53,7 @@ jobs:
setup_terraform: true
terraform_init: true
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
GITHUB_TOKEN: $GITHUB_TOKEN

- name: Terraform Plan
uses: CSVD/terraform-plan@main
Expand Down

0 comments on commit 66deb0a

Please sign in to comment.