Inherit secrets
This commit is contained in:
parent
4490dd1599
commit
a22a3b0cfd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -8,9 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
call-build:
|
call-build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
|
secrets: inherit
|
||||||
release:
|
release:
|
||||||
env:
|
|
||||||
certificatepassword: ${{ secrets.CERTIFICATEPASSWORD }}
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: call-build
|
needs: call-build
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue