Skip to content

fix(tailscale): add valid api key #129

fix(tailscale): add valid api key

fix(tailscale): add valid api key #129

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone source
uses: actions/checkout@v4
...