Use external url in workflow
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- name: Clone repo with token auth
|
||||
run: |
|
||||
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git
|
||||
git clone https://gitea.engen.priv.no/klauvsteinen/cert-manager-webhook-linode.git
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apk add docker
|
||||
|
||||
Reference in New Issue
Block a user