From 31fdcfdc421e75b7280fe5e399f3b4c7e2c11185 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 28 Feb 2024 15:05:22 +0100 Subject: [PATCH 1/2] move to HF tailscale action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5687b7e..ae9253c 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: helm plugin install https://github.com/chartmuseum/helm-push - name: Tailscale - uses: tailscale/github-action@v1 + uses: huggingface/tailscale-action@main if: ${{ inputs.tailscaleKey != '' }} with: authkey: ${{ inputs.tailscaleKey }} @@ -90,4 +90,4 @@ runs: HELM_REPO_USERNAME: ${{ inputs.username }} HELM_REPO_PASSWORD: ${{ inputs.password }} run: | - helm cm-push . charts \ No newline at end of file + helm cm-push . charts From d24e6261e245326553920a2f052cdfce3ec6c4b4 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 28 Feb 2024 15:29:32 +0100 Subject: [PATCH 2/2] change tunnel config --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ae9253c..3c091de 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: if: ${{ inputs.tailscaleKey != '' }} with: authkey: ${{ inputs.tailscaleKey }} - + containerMode: false - name: Add repository shell: bash run: |