diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 5c6e5b2f..328d1b89 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -63,4 +63,7 @@ jobs: git config --global user.email "<>" git add . git diff --quiet && git diff --staged --quiet || git commit -m "sync with hattipjs/hattip ${{ github.sha }}" + # Use the GIT_PUSH_KEY secret deploy key + eval "$(ssh-agent -s)" + ssh-add - <<< "${{ secrets.GIT_PUSH_KEY }}" git push