Use external url in workflow

This commit is contained in:
2025-06-25 15:15:55 +02:00
parent 045db614a5
commit 6d06a38da6

View File

@@ -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