Correct tailscale token variable name

This commit is contained in:
Pal Kerecsenyi 2024-01-17 11:41:56 +00:00
parent 8045002f54
commit aeb218e714
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -31,5 +31,5 @@ runs:
KUBECONFIG: /opt/kube/config KUBECONFIG: /opt/kube/config
shell: sh shell: sh
- name: Configure tailscale - name: Configure tailscale
run: tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 & tailscale up --authkey="${{ secrets.TAILSCALE_TOKEN }}" --advertise-tags=tag:gitea-runners run: tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 & tailscale up --authkey="${{ inputs.tailscale-token }}" --advertise-tags=tag:gitea-runners
shell: sh shell: sh