Skip to content

Commit 88be3e9

Browse files
committed
adding missing environment declaration
1 parent a5a5477 commit 88be3e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cicd-2-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: [metadata]
5050
timeout-minutes: 10
51+
environment: "dev"
5152
permissions:
5253
id-token: write
5354
contents: read
@@ -90,7 +91,7 @@ jobs:
9091

9192
- name: "Terraform Plan Stacks"
9293
env:
93-
ENVIRONMENT: dev
94+
ENVIRONMENT: "dev"
9495
WORKSPACE: "default"
9596
TF_VAR_API_CA_CERT: ${{ secrets.API_CA_CERT }}
9697
TF_VAR_API_CLIENT_CERT: ${{ secrets.API_CLIENT_CERT }}

0 commit comments

Comments
 (0)