add tailscale
This commit is contained in:
parent
db9189edfc
commit
1080b3a8cc
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -14,6 +14,13 @@ jobs:
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v16
|
uses: cachix/install-nix-action@v16
|
||||||
|
|
||||||
|
- name: Login to tailscale
|
||||||
|
uses: tailscale/github-action@v3.2.3
|
||||||
|
with:
|
||||||
|
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||||
|
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||||
|
tags: tag:ci
|
||||||
|
hostname: github-actions
|
||||||
|
|
||||||
# TODO: add a binary cache
|
# TODO: add a binary cache
|
||||||
# - uses: cachix/cachix-action@v10
|
# - uses: cachix/cachix-action@v10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue