From 91f5f4ba7c1c2ec5c67615a2ab37582ddefe1c37 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 24 Mar 2026 15:57:38 -0700 Subject: [PATCH] Remove Tailscale connection from deploy workflow Removed Tailscale connection step from deployment workflow. --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c1d127..239412a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,14 +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