Open
Description
Hi,
I've got a simple automated workflow for my static blog, here's my config:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- I've got DEPLOY_KEY in my repo's secret,
- the public key is added to my user settings.
- The workflow can run successful
except when I use git remote get-url origin
, I find it is still an HTTPS url.
I would like to have ssh url, is there anything I missed in this config?
Thanks for your help.
Luna
Metadata
Metadata
Assignees
Labels
No labels