File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments