Skip to content

Commit

Permalink
fix: Inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jul 12, 2024
1 parent f2dcd71 commit 6fb2fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
Expand All @@ -56,6 +56,7 @@ jobs:
# Due to this issue https://github.com/electron-userland/electron-builder/issues/6411 the build with npx when rebuilding native dependencies hangs forever
# see https://github.com/cawa-93/vite-electron-builder/pull/953
command: ./node_modules/.bin/electron-builder --config electron-builder.yml --publish ${{ inputs.dry-run && 'never' || 'always' }}
secrets: inherit
env:
# Code Signing params
# See https://www.electron.build/code-signing
Expand Down

0 comments on commit 6fb2fbf

Please sign in to comment.