Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into WFDM-910-Create-scrip…
Browse files Browse the repository at this point in the history
…t-to-delete-security-classification-b-c-and-green-reports
  • Loading branch information
CEBergin-Vivid committed Oct 25, 2023
2 parents 23ea315 + cb79967 commit 6eec0cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
workflow_dispatch:
tags: [deploy-dev*]

permissions:
id-token: write

env:
TF_VERSION: 1.1.0
TG_VERSION: 0.29.2
TARGET_ENV: dev

permissions:
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "deploy"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_dlv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
TG_VERSION: 0.29.2
TARGET_ENV: dlv

permissions:
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "deploy"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ env:
TG_VERSION: 0.29.2
TARGET_ENV: int

permissions:
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "deploy"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
TG_VERSION: 0.29.2
TARGET_ENV: prd

permissions:
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "deploy"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_tst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
TG_VERSION: 0.29.2
TARGET_ENV: tst

permissions:
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "deploy"
Expand Down

0 comments on commit 6eec0cf

Please sign in to comment.