add tailscale

This commit is contained in:
Osman Faruk Bayram 2025-09-15 15:36:09 +03:00
parent db9189edfc
commit 1080b3a8cc

View file

@ -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