Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gomez385 committed Oct 1, 2024
1 parent e0692bf commit 18eff8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- name: Setup GITHUB Credentials
id: github_credentials
run: |
python -m venv venv
source venv/bin/activate
pip install requests
export GITHUB_TOKEN=$(python encode_jwt.py $GITHUB_APP_PEM_FILE $GITHUB_APP_INSTALLATION_ID $GITHUB_BASE_URL)
- name: Terraform Init
id: init
run: /opt/tfenv/bin/terraform init -upgrade
Expand Down

0 comments on commit 18eff8e

Please sign in to comment.