Skip to content

Commit

Permalink
wip: test signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent a08eca8 commit 768101d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
cue fmt --simplify $(git diff --name-only)
- name: Run diff
run: git --no-pager diff
- name: Sign commit hash
run: |
echo "${{ secrets.DEPLOY_PRIV_KEY }}" > /tmp/privkey
updater signing sign -k /tmp/privkey "${{ github.sha }}"
rm /tmp/privkey
# - name: Commit and push
# uses: EndBug/add-and-commit@v9
# with:
Expand Down

0 comments on commit 768101d

Please sign in to comment.