Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 4505273

Browse files
committed
Print env
1 parent dcb9d01 commit 4505273

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
# - name: Build Package
2525
# run: npm run build
2626

27+
- name: Print Environment Variables
28+
run: |
29+
printenv
30+
2731
- name: Publish to NPM
2832
run: |
2933
npm publish --access=public
@@ -38,5 +42,5 @@ jobs:
3842
steps:
3943
- name: Debug Info
4044
run: |
41-
echo "NPM_TOKEN: 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"
45+
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
4246
npm whoami

0 commit comments

Comments
 (0)