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

Commit 4d01fd2

Browse files
committed
Print variable
1 parent 4f05697 commit 4d01fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545

4646
- name: Debug Info
4747
run: |
48-
echo "Secrets: ${{ secrets }}"
48+
echo "Variable: $NPM_TOKEN"
4949
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
5050
npm whoami

0 commit comments

Comments
 (0)