From 81cde6f4b0f8d0fabe16000d7d598e8df9cd59a0 Mon Sep 17 00:00:00 2001 From: Kreato Date: Sun, 23 Jun 2024 03:44:03 +0300 Subject: [PATCH] ci: attempt to add tailscale again --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c35983ef..784f8e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,13 @@ jobs: cd "$GITHUB_WORKSPACE" git pull git status + + - name: Install Tailscale + uses: tailscale/github-action@v2 + with: + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + tags: tag:ci - name: Upload to server through rsync env: