diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index e1541c1..8f41f94 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -92,7 +92,7 @@ jobs: AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }} AWS_SECRET_ACCESS_KEY: $${{ steps.aws_auth.outputs.aws_secret_access_key }} AWS_SESSION_TOKEN: ${{ steps.aws_auth.outputs.aws_session_token }} - GITHUB_TOKEN: $GITHUB_TOKEN + GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} GITHUB_OWNER: CSVD GITHUB_BASE_URL: https://github.e.it.census.gov/ HTTP_PROXY: http://proxy.tco.census.gov:3128