try all root
This commit is contained in:
parent
a2420c650f
commit
30cec2b836
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -41,14 +41,14 @@ jobs:
|
|||
|| matrix.system == 'aarch64-linux' && 'github-actions-aarch64-linux'
|
||||
|| matrix.system == 'x86_64-darwin' && 'github-actions-x86-64-darwin' }}"
|
||||
|
||||
nix shell nixpkgs#tailscale --command tailscale up \
|
||||
sudo nix shell nixpkgs#tailscale --command tailscale up \
|
||||
--authkey="${{ secrets.TS_OAUTH_SECRET }}?preauthorized=true&ephemeral=true" \
|
||||
--hostname="$HOSTNAME" \
|
||||
--advertise-tags="tag:ci" \
|
||||
--accept-routes
|
||||
|
||||
- name: Tailscale status
|
||||
run: nix shell nixpkgs#tailscale --command tailscale status || true
|
||||
run: sudo nix shell nixpkgs#tailscale --command tailscale status || true
|
||||
|
||||
- name: Check if Attic endpoint is reachable
|
||||
id: check_attic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue