Inherit secrets

This commit is contained in:
Gerrit 2023-07-13 08:54:47 +02:00
parent 4490dd1599
commit a22a3b0cfd

View file

@ -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: