The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update recoversecret.yml

authored by

Xe Iaso and committed by
GitHub
1baa5b9f 61cb6648

+2 -2
+2 -2
.github/workflows/recoversecret.yml
··· 8 8 - name: Tailscale 9 9 uses: tailscale/github-action@v2 10 10 with: 11 - oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} 12 - oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} 11 + oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} 12 + oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} 13 13 tags: tag:ci 14 14 - name: "Recover secret" 15 15 run: |