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

Commit 4f05697

Browse files
committed
Print all secrets
1 parent a59ad73 commit 4f05697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

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

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

0 commit comments

Comments
 (0)