This commit is contained in:
parent
5e18c2cc36
commit
16ec313e6e
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}
|
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${{ github.ref }}
|
||||||
run: |
|
run: |
|
||||||
printenv
|
printenv
|
||||||
mkdir -p ${{ github.workspace }}
|
mkdir -p ${{ github.workspace }}
|
||||||
|
|
|
@ -7,7 +7,7 @@ gitea_urls:
|
||||||
download: https://git.hsn.dev
|
download: https://git.hsn.dev
|
||||||
skip_tls_verify: false
|
skip_tls_verify: false
|
||||||
kos:
|
kos:
|
||||||
- id: cert-manager-webhook-dnsimple
|
- id: webhook
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
|
Loading…
Reference in a new issue