alpha
Login
or
Join now
flo-bit.dev
/
svelte-github-corner
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner.
flo-bit.dev/svelte-github-corner/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
debug2
author
Florian
date
2 years ago
(Dec 5, 2024, 9:57 PM +0100)
commit
50e74323
50e74323c51e49d169b1534e627fb325ae2a0c7f
parent
f87ae062
f87ae0629beacdb25d056712fcef7db9c4d526e2
+2
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
deploy_gh_pages.yml
+2
.github/workflows/deploy_gh_pages.yml
View file
Reviewed
···
33
33
path: 'build/'
34
34
35
35
- name: Debug npm auth
36
36
+
env:
37
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)"