Skip to content

Commit 3a83162

Browse files
author
Kafil Nasdami
committed
added a debug token flow
1 parent 736b25d commit 3a83162

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/debug.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Debug NPM_TOKEN
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
debug:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Print NPM_TOKEN
12+
run: echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)