diff --git a/.github/workflows/desktop_release.yml b/.github/workflows/desktop_release.yml --- a/.github/workflows/desktop_release.yml +++ b/.github/workflows/desktop_release.yml @@ -8,8 +8,10 @@ jobs: windows-build: uses: ./.github/workflows/windows_ci.yml + secrets: inherit macos-build: uses: ./.github/workflows/macos_ci.yml + secrets: inherit release: name: Release runs-on: ubuntu-latest