Use external url in workflow
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone repo with token auth
|
- name: Clone repo with token auth
|
||||||
run: |
|
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
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
apk add docker
|
apk add docker
|
||||||
|
|||||||
Reference in New Issue
Block a user