Skip to content

Commit

Permalink
chore: create minisign secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 22, 2024
1 parent f87cafe commit dea4676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_ID_APPLICATION_CERTS_P12 }}
p12-password: ${{ secrets.APPLE_DEVELOPER_ID_APPLICATION_CERTS_P12_PASS }}
- run: mkdir -p ~/.minisign && echo "$MINISIGN_KEY" >~/.minisign/minisign.key
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit dea4676

Please sign in to comment.