Skip to content

Commit 518785f

Browse files
authored
Fix Windows release workflow (#7)
Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1211671201492810?focus=true ### Description Fix Windows release workflow by inheriting the secrets. ### Steps to test this PR
1 parent f985bf1 commit 518785f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: ./.github/workflows/release_windows.yml
2121
with:
2222
tag: ${{ github.ref_name }}
23+
secrets: inherit
2324

2425
release:
2526

0 commit comments

Comments
 (0)