Skip to content

Commit 824da50

Browse files
authored
chore: Switch to managed Tailscale (#26)
1 parent 273d3c8 commit 824da50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)