We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NPM_TOKEN
1 parent 7c6871d commit 85de30aCopy full SHA for 85de30a
.github/workflows/tag.yml
@@ -12,3 +12,5 @@ jobs:
12
contents: read
13
actions: write
14
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
15
+ secrets:
16
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
flake.nix
@@ -19,7 +19,7 @@
19
shellHook = ''
20
echo "Entering $(npm pkg get name)"
21
set -o allexport
22
- . <(polykey secrets env js-timer)
+ . <(polykey secrets env js-logger)
23
set +o allexport
24
set -v
25
${lib.optionalString ci ''
0 commit comments