Skip to content

Commit ef367f2

Browse files
Add Tailscale GitHub Action workflow
1 parent 843975c commit ef367f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ts-temp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Tailscale
2+
uses: tailscale/github-action@v4
3+
with:
4+
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
5+
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
6+
tags: tag:ci

0 commit comments

Comments
 (0)