Skip to content

Commit b8517a2

Browse files
chore: temporary secret-delivery probe (workflow_dispatch)
1 parent d2e34e7 commit b8517a2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/debug-secret.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Debug Secret
2+
on:
3+
workflow_dispatch:
4+
permissions:
5+
contents: read
6+
jobs:
7+
probe:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- env:
11+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
12+
run: echo "NPM_TOKEN length = ${#NODE_AUTH_TOKEN}"

0 commit comments

Comments
 (0)