revert Add the Tailscale step back

Necessary because runner is no longer within the Tailscale environment.
This commit is contained in:
2026-03-04 17:55:43 +00:00
parent 669979c7d5
commit f0ec1d51b0

View File

@@ -14,15 +14,6 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
# See documentation: https://github.com/tailscale/github-action?tab=readme-ov-file
- name: Connect to Tailscale
uses: tailscale/github-action@v4
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_CLIENT_SECRET }}
tags: tag:ci
- name: Set up SSH key
run: |
mkdir -p ~/.ssh