Skip to content

Commit

Permalink
ci: use oauth key id and secret to authenticate to tailscale
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <brucellino@protonmail.com>
  • Loading branch information
brucellino committed Oct 14, 2023
1 parent 1b39d44 commit f49a4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Setup Tailscale
uses: tailscale/github-action@main
with:
authkey: ${{ secrets.TAILSCALE_OAUTH_KEY }}
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_KEY }}
- name: check connectivity
run: ifconfig ; host sense.orca-ordinal.ts.net
- name: Checkout change
Expand Down

0 comments on commit f49a4da

Please sign in to comment.