From 47a0a27deb79f4271a3ea3f4aa9cfae944d39a58 Mon Sep 17 00:00:00 2001 From: Pavel Perestoronin Date: Tue, 11 Jul 2023 17:13:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20Tailscale=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 32d024d..0b05c89 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -87,9 +87,11 @@ jobs: target: blitz-tanks.aarch64-unknown-linux-gnu - name: 🕸 Set up Tailscale - uses: tailscale/github-action@v1 + uses: tailscale/github-action@v2 with: - authkey: ${{ secrets.TAILSCALE_AUTHKEY }} + oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} + oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} + tags: tag:ci - name: 🔑 Install SSH key uses: shimataro/ssh-key-action@v2