Skip to content

Commit

Permalink
ci: attempt to use key signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 28, 2023
1 parent 49e851f commit 17e9f53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions: read-all
jobs:
main:
uses: ahmadnassri/actions/.github/workflows/push-action-docker.yml@master
secrets:
signing-key: ${{ secrets.SSH_KEY }}
with:
sign-commits: true
permissions:
contents: write
statuses: write
Expand Down

0 comments on commit 17e9f53

Please sign in to comment.