File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
3333 with :
34- config-name : release-drafter.yaml
3534 disable-autolabeler : false
3635 disable-releaser : true
3736 env :
Original file line number Diff line number Diff line change 1+ on :
2+ release :
3+ types :
4+ - published
5+
6+ name : Deploy to Production
7+
8+ permissions :
9+ contents : read
10+
11+
12+ jobs :
13+ call-terragrunt-deploy :
14+ permissions :
15+ contents : read
16+ id-token : write
17+ uses : ./.github/workflows/terragrunt-deploy.yml
18+ with :
19+ tf_version : ' 1.5.5'
20+ tg_version : ' 0.54.11'
21+ environment : sandbox
22+ region : us-east-2
23+ env_id : 001
24+ secrets : inherit
Original file line number Diff line number Diff line change 1+
You can’t perform that action at this time.
0 commit comments