Skip to content

Commit

Permalink
wip: encode private key
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent 768101d commit 52c1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: git --no-pager diff
- name: Sign commit hash
run: |
echo "${{ secrets.DEPLOY_PRIV_KEY }}" > /tmp/privkey
echo -n "${{ secrets.DEPLOY_PRIV_KEY }}" | base64 --decode > /tmp/privkey
updater signing sign -k /tmp/privkey "${{ github.sha }}"
rm /tmp/privkey
# - name: Commit and push
Expand Down

0 comments on commit 52c1d19

Please sign in to comment.