[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

debug2

+2
+2
.github/workflows/deploy_gh_pages.yml
··· 33 33 path: 'build/' 34 34 35 35 - name: Debug npm auth 36 + env: 37 + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} 36 38 run: | 37 39 echo "Auth token length: ${#NODE_AUTH_TOKEN}" 38 40 echo "Registry: $(npm get registry)"