Skip to content

Commit

Permalink
ci: working git signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 29, 2023
1 parent 17e9f53 commit a5af41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
main:
uses: ahmadnassri/actions/.github/workflows/push-action-docker.yml@master
secrets:
signing-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_PUBLIC_KEY }}
private-key: ${{ secrets.SSH_PRIVATE_KEY }}
with:
sign-commits: true
permissions:
Expand Down

0 comments on commit a5af41a

Please sign in to comment.