Skip to content

Commit

Permalink
ci: update gh-workflow-tf-plan-apply action to get rid of deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Mar 27, 2024
1 parent f09042a commit 261d569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub_deploy_to_beta.yml
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_deploy_to_prod.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 261d569

Please sign in to comment.