Skip to content

Commit 6ff77af

Browse files
Fix workflows
1 parent c2df563 commit 6ff77af

File tree

5 files changed

+24
-60
lines changed

5 files changed

+24
-60
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Deploy Sandbox Environment
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
push:
7+
branches: [ main ]
8+
permissions:
9+
id-token: write
10+
contents: read
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: '000'
24+
secrets: inherit

.github/workflows/test.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)