Merge pull request #4 from DeterminateSystems/cole-h-patch-1
release-branches: inherit secrets
This commit is contained in:
commit
3a111c9404
1
.github/workflows/release-branches.yml
vendored
1
.github/workflows/release-branches.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yaml
|
uses: ./.github/workflows/build.yaml
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
Loading…
Reference in a new issue