You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::error title=⛔ error hint::API Key empty. Maybe you need to populate it in the Secrets for your workflow, see more in https://docs.github.com/en/actions/security-guides/encrypted-secrets"
30
+
echo "::error title=⛔ error hint::API Key or OAuth secret must be specified. Maybe you need to populate it in the Secrets for your workflow, see more in https://docs.github.com/en/actions/security-guides/encrypted-secrets and https://tailscale.com/s/oauth-clients"
25
31
exit 1
26
32
- uses: actions/setup-go@v4.0.0
27
33
with:
28
34
go-version: 1.21.6
29
35
- shell: bash
30
36
env:
31
37
GOBIN: /usr/local/bin/
32
-
run: go install tailscale.com/cmd/gitops-pusher@gitops-1.30.0
38
+
run: go install tailscale.com/cmd/gitops-pusher@gitops-1.58.2
0 commit comments