From 66fa6d45a7946c857dde8463d444352362f0a378 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sun, 18 Jan 2026 09:23:18 +0000 Subject: [PATCH] chore: disable nightly demo deploys and switch to authkey --- .github/workflows/deploy-demo-server.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-demo-server.yml b/.github/workflows/deploy-demo-server.yml index 2a0982cba..40841af9e 100644 --- a/.github/workflows/deploy-demo-server.yml +++ b/.github/workflows/deploy-demo-server.yml @@ -2,8 +2,8 @@ name: Deploy Demo Server on: workflow_dispatch: - schedule: - - cron: '0 0 * * *' # Nightly at midnight + # schedule: + # - cron: '0 0 * * *' # Nightly at midnight jobs: deploy: @@ -52,9 +52,7 @@ jobs: - name: Tailscale uses: tailscale/github-action@v2 with: - oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} - oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} - tags: tag:infra + authkey: ${{ secrets.TS_AUTHKEY }} - name: Deploy to server run: |