diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index c423d48..f8b388d 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -27,6 +27,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: curl github + run: curl https://github.e.it.census.gov + - name: Setup AWS Credentials uses: CSVD/aws-auth@main