Skip to content

Commit 7b5362f

Browse files
committed
fix: add NPM_TOKEN secret
1 parent 627e1ea commit 7b5362f

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
@@ -20,7 +20,7 @@
2020
shellHook = ''
2121
echo "Entering $(npm pkg get name)"
2222
set -o allexport
23-
. ./.env
23+
. <(polykey secrets env js-contexts)
2424
set +o allexport
2525
set -v
2626
${lib.optionalString ci ''

0 commit comments

Comments
 (0)