We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8371464 commit 20f5010Copy full SHA for 20f5010
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+name: Show NPM token ending
2
+on:
3
+ workflow_dispatch:
4
+jobs:
5
+ reveal:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Show last 8 characters of NPM_TOKEN
9
+ run: echo "${NPM_TOKEN}"
10
+ env:
11
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments