File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 - uses : chrispsheehan/terragrunt-aws-oidc-action@0.4.0
4343 with :
4444 aws_oidc_role_arn : ${{ env.AWS_OIDC_ROLE_ARN }}
45- tg_directory : infra/live/${{inputs.environment}}/aws/oidc
45+ tg_directory : infra/live/${{ inputs.environment }}/aws/oidc
4646
4747 backend :
4848 needs :
Original file line number Diff line number Diff line change 1111 - dev
1212
1313concurrency : # only run one instance of workflow at any one time
14- group : ${{ github.workflow }}-${{inputs.environment}}
14+ group : ${{ github.workflow }}-${{ inputs.environment }}
1515 cancel-in-progress : false
1616
1717permissions :
3232 uses : chrispsheehan/terragrunt-aws-oidc-action@0.4.0
3333 with :
3434 aws_oidc_role_arn : ${{ env.AWS_OIDC_ROLE_ARN }}
35- tg_directory : infra/live/${{inputs.environment}}/aws/jobs
35+ tg_directory : infra/live/${{ inputs.environment }}/aws/jobs
3636 tg_action : destroy
3737
3838 build :
4646 uses : chrispsheehan/terragrunt-aws-oidc-action@0.4.0
4747 with :
4848 aws_oidc_role_arn : ${{ env.AWS_OIDC_ROLE_ARN }}
49- tg_directory : infra/live/${{inputs.environment}}/aws/code_bucket
49+ tg_directory : infra/live/${{ inputs.environment }}/aws/code_bucket
5050 tg_action : destroy
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Release
22
33on :
44 workflow_dispatch :
5- # push:
6- # branches:
7- # - main
5+ push :
6+ branches :
7+ - main
88
99env :
1010 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments