From d1c1cc808a7bce8575f65ada417d938fbfd8fab0 Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Fri, 11 Aug 2023 14:19:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20PLA-22=20Upgrade=20Tailsca?= =?UTF-8?q?le=20auth=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-example.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 1b644486..d18eaf1a 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -24,9 +24,11 @@ jobs: - name: Tailscale uses: tailscale/github-action@v2 with: - authkey: ${{ secrets.TAILSCALE_AUTH_KEY }} - version: ${{ vars.TAILSCALE_VERSION }} - + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + tags: tag:ci + version: ${{ vars.TAILSCALE_VERSION }} + - name: Import Secrets id: secrets uses: hashicorp/vault-action@v2