We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NPM_TOKEN
1 parent 627e1ea commit 7b5362fCopy full SHA for 7b5362f
.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
@@ -20,7 +20,7 @@
20
shellHook = ''
21
echo "Entering $(npm pkg get name)"
22
set -o allexport
23
- . ./.env
+ . <(polykey secrets env js-contexts)
24
set +o allexport
25
set -v
26
${lib.optionalString ci ''
0 commit comments