Skip to content

Commit

Permalink
⬆️ PLA-22 Upgrade Tailscale auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 11, 2023
1 parent f25b8f0 commit d1c1cc8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1c1cc8

Please sign in to comment.