Skip to content

Commit d5edc6b

Browse files
authored
Merge pull request #40 from Shopify/ec-env
Add a environment in the CI workflow:
2 parents e851c9c + ca3b286 commit d5edc6b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

lib/cibuildgem/templates/github/workflows/cibuildgem.yaml.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
with:
8383
step: "install"
8484
release:
85+
environment: release
8586
permissions:
8687
id-token: write
8788
contents: read

test/fixtures/expected_github_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
step: "install"
6969
release:
70+
environment: release
7071
permissions:
7172
id-token: write
7273
contents: read

test/fixtures/expected_github_workflow_test_and_workdir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
with:
7373
step: "install"
7474
release:
75+
environment: release
7576
permissions:
7677
id-token: write
7778
contents: read

test/fixtures/expected_github_workflow_test_command.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
step: "install"
7070
release:
71+
environment: release
7172
permissions:
7273
id-token: write
7374
contents: read

test/fixtures/expected_github_workflow_working_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
with:
7272
step: "install"
7373
release:
74+
environment: release
7475
permissions:
7576
id-token: write
7677
contents: read

0 commit comments

Comments
 (0)