Skip to content

Commit 85de30a

Browse files
committed
fix: add NPM_TOKEN secret
1 parent 7c6871d commit 85de30a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tag.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
contents: read
1313
actions: write
1414
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
15+
secrets:
16+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
shellHook = ''
2020
echo "Entering $(npm pkg get name)"
2121
set -o allexport
22-
. <(polykey secrets env js-timer)
22+
. <(polykey secrets env js-logger)
2323
set +o allexport
2424
set -v
2525
${lib.optionalString ci ''

0 commit comments

Comments
 (0)