Skip to content

Commit 943aa11

Browse files
Repoint workflow, add ARN to inputs
1 parent 3718314 commit 943aa11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
fail-fast: false
2727
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
2828

29-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7
29+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@feature/tg-deploy-without-gh-environment
3030
with:
31+
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
3132
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3233
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}
3334
environment: ${{ matrix.terragrunt_environment.environment }}

0 commit comments

Comments
 (0)