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 83f2b4f commit 338e899Copy full SHA for 338e899
.github/workflows/test.yml
@@ -60,11 +60,6 @@ jobs:
60
sudo cp ${{ runner.temp }}/certificate.pem /usr/local/share/ca-certificates/certificate.crt
61
sudo update-ca-certificates
62
63
- - name: Connect to Tailscale
64
- uses: ./.github/workflows/tailscale
65
- with:
66
- auth_key: ${{ secrets.TAILSCALE_AUTH_KEY_EPHEMERAL }}
67
-
68
- name: Test application
69
uses: ./.github/workflows/go-test
70
env:
0 commit comments