Skip to content

Commit

Permalink
fix: Setup Terraform before AWS credentials (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJBoyer authored Dec 19, 2024
1 parent 82db1f6 commit 0d1bbc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
ref: ${{ inputs.ref }}

- name: Set up Terraform
uses: ./.github/actions/setup-terraform

- name: Configure AWS credentials
uses: ./.github/actions/configure-aws-credentials
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-infra-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Terraform
uses: ./.github/actions/setup-terraform

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down

0 comments on commit 0d1bbc8

Please sign in to comment.