Skip to content

Commit

Permalink
Use cirrect secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Nov 10, 2021
1 parent 1c62dcc commit 6d3df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
node-version: 16

- name: Output cert file
run: echo "${{ secrets.WIN_CERT_PASSWORD }}" | base64 --decode > ./win-cert.pfx
run: echo "${{ secrets.WIN_CERT }}" | base64 --decode > ./win-cert.pfx

- uses: actions/github-script@v5
id: should-publish
Expand Down

0 comments on commit 6d3df91

Please sign in to comment.