mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-21 02:49:23 +00:00
action.yml: support OAuth clients in addition to authkeys (#71)
Fixes https://github.com/tailscale/github-action/issues/59 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
69556f497e
commit
d7bb41ca42
3 changed files with 43 additions and 24 deletions
6
.github/workflows/tailscale.yml
vendored
6
.github/workflows/tailscale.yml
vendored
|
|
@ -18,8 +18,10 @@ jobs:
|
|||
- name: Tailscale Action
|
||||
uses: ./
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
tags: tag:ci
|
||||
|
||||
- name: check for hello.ipn.dev in netmap
|
||||
- name: check for hello.ts.net in netmap
|
||||
run:
|
||||
tailscale status | grep -q hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue