Skip to content

Commit

Permalink
chore: fix typo on tfvars env on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmonteiro committed Jun 14, 2024
1 parent dfd0cb0 commit bd6e3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
TF_VAR_aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
TF_VAR_aws_region: ${{ secrets.AWS_REGION }}
TF_VAR_thumbprint: ${{ secrets.THUMBPRINT }}
TF_VAR_github_app_repo: ${{ secrets.GH_APP_REPO }}
TF_VAR_github_iac_repo: ${{ secrets.GH_IAC_REPO }}
TF_VAR_gh_app_repo: ${{ secrets.GH_APP_REPO }}
TF_VAR_gh_iac_repo: ${{ secrets.GH_IAC_REPO }}

steps:
- name: Checkout
Expand Down

0 comments on commit bd6e3cb

Please sign in to comment.