mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Make sure secrets get passed through
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
1c7b135e90
commit
e5a330fee3
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -34,5 +34,6 @@ jobs:
|
|||||||
uses: ./.github/workflows/publish-release-npm.yml
|
uses: ./.github/workflows/publish-release-npm.yml
|
||||||
needs: release
|
needs: release
|
||||||
if: ${{ needs.release.outputs.version != '' }}
|
if: ${{ needs.release.outputs.version != '' }}
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.release.outputs.version }}
|
version: ${{ needs.release.outputs.version }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user