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 66deb0a commit d9f7e96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ 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
- name: Echo GITHUB Credentials
id: github_credentials
run: |
echo "PyGenerated GITHUB_TOKEN: $GITHUB_TOKEN"
- name: Terraform Init
uses: CSVD/terraform-init@main
id: terraform_init
Expand Down

0 comments on commit d9f7e96

Please sign in to comment.