Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #128 from suzuki-shunsuke/renovate/github/workflow…
Browse files Browse the repository at this point in the history
…s-suzuki-shunsuke-tfaction-0.x

chore(deps): update suzuki-shunsuke/tfaction action to v0.5.19 (.github/workflows)
  • Loading branch information
suzuki-shunsuke authored Dec 12, 2022
2 parents 49dfa6e + 9769335 commit 6c9791c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
aqua_version: v1.25.0

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: list-targets

tfmigrate-apply:
Expand Down Expand Up @@ -55,21 +55,21 @@ jobs:
with:
aqua_version: v1.25.0

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
secrets: ${{ toJSON(secrets) }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: setup
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ssh_key: ${{ secrets.TERRAFORM_PRIVATE_MODULE_SSH_KEY }} # This isn't needed if you don't use SSH key to checkout private Terraform Modules

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
if: failure()
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -103,21 +103,21 @@ jobs:
with:
aqua_version: v1.25.0

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
secrets: ${{ toJSON(secrets) }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: setup
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ssh_key: ${{ secrets.TERRAFORM_PRIVATE_MODULE_SSH_KEY }} # This isn't needed if you don't use SSH key to checkout private Terraform Modules

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
if: failure()
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/scaffold-working-directory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
aqua_version: v1.25.0

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: scaffold-working-dir

# We recommend using GitHub App Token instead of personal access token,
Expand All @@ -34,6 +34,6 @@ jobs:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: aquaproj/[email protected]
with:
aqua_version: v1.25.0
- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: list-targets

tfmigrate-plan:
Expand Down Expand Up @@ -57,17 +57,17 @@ jobs:
with:
secrets: ${{ toJSON(secrets) }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: setup
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ssh_key: ${{ secrets.TERRAFORM_PRIVATE_MODULE_SSH_KEY }} # This isn't needed if you don't use SSH key to checkout private Terraform Modules

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

Expand Down Expand Up @@ -100,21 +100,21 @@ jobs:
with:
aqua_version: v1.25.0

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
secrets: ${{ toJSON(secrets) }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
id: setup
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ssh_key: ${{ secrets.TERRAFORM_PRIVATE_MODULE_SSH_KEY }} # This isn't needed if you don't use SSH key to checkout private Terraform Modules

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- uses: suzuki-shunsuke/tfaction/[email protected].18
- uses: suzuki-shunsuke/tfaction/[email protected].19
with:
github_app_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

Expand Down

0 comments on commit 6c9791c

Please sign in to comment.