release-branches: inherit secrets
This commit is contained in:
parent
fd1420febf
commit
53412e544d
1
.github/workflows/release-branches.yml
vendored
1
.github/workflows/release-branches.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build.yaml
|
||||
secrets: inherit
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
|
Loading…
Reference in a new issue