Correct tailscale token variable name
This commit is contained in:
parent
8045002f54
commit
aeb218e714
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user