diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index a8cc1cb..8965caf 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -12,3 +12,5 @@ jobs: contents: read actions: write uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master + secrets: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/flake.nix b/flake.nix index da9957b..7dab7b6 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ shellHook = '' echo "Entering $(npm pkg get name)" set -o allexport - . <(polykey secrets env js-timer) + . <(polykey secrets env js-encryptedfs) set +o allexport set -v ${lib.optionalString ci '' diff --git a/package-lock.json b/package-lock.json index 65c13fe..8ec2a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "encryptedfs", - "version": "3.5.8", + "version": "3.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "encryptedfs", - "version": "3.5.8", + "version": "3.5.9", "license": "Apache-2.0", "dependencies": { "@matrixai/async-init": "^1.8.4", diff --git a/package.json b/package.json index 34b05ea..562dd0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encryptedfs", - "version": "3.5.8", + "version": "3.5.9", "author": "Matrix AI", "contributors": [ {