diff --git a/.github/workflows/sub_deploy_to_beta.yml b/.github/workflows/sub_deploy_to_beta.yml index bcb521ff..d47fcf97 100644 --- a/.github/workflows/sub_deploy_to_beta.yml +++ b/.github/workflows/sub_deploy_to_beta.yml @@ -73,7 +73,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.19 + uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.20 with: aws_region: ${{ needs.variables.outputs.aws_region }} aws_role_arn: arn:aws:iam::${{ needs.variables.outputs.aws_account_id }}:role/${{ needs.variables.outputs.gh_actions_iam_role_name }} diff --git a/.github/workflows/sub_deploy_to_prod.yml b/.github/workflows/sub_deploy_to_prod.yml index 48ca78ae..caf0b425 100644 --- a/.github/workflows/sub_deploy_to_prod.yml +++ b/.github/workflows/sub_deploy_to_prod.yml @@ -46,7 +46,7 @@ jobs: permissions: id-token: write contents: write - uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.19 + uses: fivexl/gh-workflow-tf-plan-apply/.github/workflows/base.yml@v0.0.20 with: aws_region: ${{ needs.variables.outputs.aws_region }} aws_role_arn: arn:aws:iam::${{ needs.variables.outputs.aws_account_id }}:role/${{ needs.variables.outputs.gh_actions_iam_role_name }}