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 fd76b31 commit 882465e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,10 @@ jobs:
aws configure set aws_session_token `jq -r '.Token' aws_credentials.json`
echo AWS_SESSION_TOKEN=`jq -r '.Token' aws_credentials.json` >> $GITHUB_ENV
- name: Install Python venv
run: |
export http_proxy=http://proxy.tco.census.gov:3128
sudo apt-get update && sudo apt-get install -y python3-venv
- name: Setup GITHUB Credentials
id: github_credentials
run: |
python -m venv venv
source venv/bin/activate
pip install requests
sudo pip install requests
export GITHUB_TOKEN=$(python encode_jwt.py $GITHUB_APP_PEM_FILE $GITHUB_APP_INSTALLATION_ID $GITHUB_BASE_URL)
- name: Terraform Init
Expand Down

0 comments on commit 882465e

Please sign in to comment.