Skip to content

Commit

Permalink
how about without tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Aug 7, 2024
1 parent f9c71a8 commit b3249a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Connect to home tailnet
uses: tailscale/github-action@v2
if: runner.os == 'Linux'
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
# - name: Connect to home tailnet
# uses: tailscale/github-action@v2
# with:
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
Expand Down

0 comments on commit b3249a9

Please sign in to comment.