File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ jobs:
9696 uses : " actions/checkout@v4"
9797
9898 - name : " Setup Tailscale"
99- if : ${{ runner.os == 'Linux' }}
10099 uses : " tailscale/github-action@v3"
101100 with :
102- args : " --timeout 30s --login-server ${{ vars.MANAGED_TAILSCALE_URL }}"
103- tags : tag:ci
104- authkey : " ${{ secrets.MANAGED_TAILSCALE_AUTH_KEY }}"
101+ oauth-secret : " ${{ secrets.MANAGED_TAILSCALE_AUTH_KEY }}"
102+ tags : " tag:ci"
103+ timeout : " 30s"
104+ use-cache : true
105105
106106 - name : " Install Nix"
107107 uses : " cachix/install-nix-action@v31"
@@ -147,12 +147,12 @@ jobs:
147147 uses : " actions/checkout@v4"
148148
149149 - name : " Setup Tailscale"
150- if : ${{ runner.os == 'Linux' }}
151150 uses : " tailscale/github-action@v3"
152151 with :
153- args : " --timeout 30s --login-server ${{ vars.MANAGED_TAILSCALE_URL }}"
154- tags : tag:ci
155- authkey : " ${{ secrets.MANAGED_TAILSCALE_AUTH_KEY }}"
152+ oauth-secret : " ${{ secrets.MANAGED_TAILSCALE_AUTH_KEY }}"
153+ tags : " tag:ci"
154+ timeout : " 30s"
155+ use-cache : true
156156
157157 - name : " Install Nix"
158158 uses : " cachix/install-nix-action@v31"
You can’t perform that action at this time.
0 commit comments