Skip to content

Commit 7753a8d

Browse files
committed
fix aws AUTH
1 parent e09a85e commit 7753a8d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/cd-eks-gitops.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
(github.event_name == 'workflow_run'
7777
&& github.event.workflow_run.conclusion == 'success') || (github.event_name == 'workflow_dispatch'
7878
&& inputs.environment == 'dev')
79-
environment: dev
8079
permissions:
8180
contents: read
8281
id-token: write
@@ -146,7 +145,6 @@ jobs:
146145
(github.event_name == 'workflow_run'
147146
&& github.event.workflow_run.conclusion == 'success')|| (github.event_name == 'workflow_dispatch'
148147
&& inputs.environment == 'staging')
149-
environment: staging
150148
permissions:
151149
contents: read
152150
id-token: write
@@ -251,7 +249,6 @@ jobs:
251249
build-production:
252250
name: "Build & Push [production]"
253251
if: startsWith(github.ref, 'refs/tags/v')
254-
environment: prod
255252
permissions:
256253
contents: read
257254
id-token: write

0 commit comments

Comments
 (0)