Skip to content

Commit dbd71ab

Browse files
committed
modify how environments are used
1 parent e848371 commit dbd71ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
needs:
9595
- rustfmt
9696
- check-release
97+
secrets: inherit
9798
uses: ./.github/workflows/github-release.yml
9899
with:
99100
node_tag: ${{ needs.check-release.outputs.node_tag }}

.github/workflows/github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
- andon-cord
140140
- build-binaries
141141
- create-release
142+
environment: "Push to Docker"
142143
strategy:
143144
fail-fast: false
144145
## Build a maximum of 2 images concurrently based on matrix.dist

0 commit comments

Comments
 (0)