We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58065e8 commit c8e5877Copy full SHA for c8e5877
.github/workflows/build.yaml
@@ -20,7 +20,9 @@ jobs:
20
- name: Tailscale
21
uses: tailscale/github-action@v3
22
with:
23
- authkey: ${{ secrets.TS_AUTHKEY }}
+ oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
24
+ oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
25
+ tags: tag:ci
26
- run: npm ci
27
- run: npm run build
28
env:
.github/workflows/static.yaml
@@ -43,7 +43,9 @@ jobs:
43
44
45
46
47
48
49
- uses: actions/cache/restore@v4
50
id: restore-cache
51
0 commit comments