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 0a070f0 commit 36d853dCopy full SHA for 36d853d
.github/workflows/codecov.yml
@@ -21,12 +21,13 @@ jobs:
21
22
- name: Connect to Tailnet
23
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
24
- uses: tailscale/github-action@v2
+ uses: tailscale/github-action@v3
25
with:
26
args: --accept-dns=true
27
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
28
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
29
tags: tag:github-runner
30
+ version: latest
31
32
- name: Runing tests for coverage
33
run: |
0 commit comments