1 parent c27a240 commit 5658004Copy full SHA for 5658004
1 file changed
.github/workflows/cd-eks-gitops.yml
@@ -101,7 +101,7 @@ jobs:
101
needs: [build-dev]
102
runs-on: ubuntu-latest
103
timeout-minutes: 30
104
- environment: ${{ inputs.environment }}
+ environment: dev
105
permissions:
106
contents: read
107
id-token: write
@@ -171,7 +171,7 @@ jobs:
171
needs: [build-staging]
172
173
174
+ environment: staging
175
176
177
@@ -279,7 +279,7 @@ jobs:
279
needs: [build-production]
280
281
timeout-minutes: 35
282
+ environment: production
283
284
285
0 commit comments