try all root

This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:26:47 +03:00
parent a2420c650f
commit 30cec2b836

View file

@ -41,14 +41,14 @@ jobs:
|| matrix.system == 'aarch64-linux' && 'github-actions-aarch64-linux' || matrix.system == 'aarch64-linux' && 'github-actions-aarch64-linux'
|| matrix.system == 'x86_64-darwin' && 'github-actions-x86-64-darwin' }}" || 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" \ --authkey="${{ secrets.TS_OAUTH_SECRET }}?preauthorized=true&ephemeral=true" \
--hostname="$HOSTNAME" \ --hostname="$HOSTNAME" \
--advertise-tags="tag:ci" \ --advertise-tags="tag:ci" \
--accept-routes --accept-routes
- name: Tailscale status - 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 - name: Check if Attic endpoint is reachable
id: check_attic id: check_attic