Skip to content

Commit 4da9eca

Browse files
authored
Merge pull request #669 from The-Strategy-Unit/use_environments_in_actions
2 parents 24afc34 + 0fa0a73 commit 4da9eca

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/connect-publish-dev.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ jobs:
1111
with:
1212
namespace: "dev"
1313
inputs_data_version: "dev"
14-
environment: "production"
14+
environment: "development"
1515
secrets: inherit
16-

.github/workflows/connect-publish-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
default: "production"
1616
options:
1717
- "production"
18-
- "new-production"
18+
- "development"
1919
workflow_call:
2020
inputs:
2121
namespace:

0 commit comments

Comments
 (0)