autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit b874f3e68a15aa36d67d9379341fa8078f52395d
parent 40cea6080cd5f9dd8c41e51bce6b3328b0df78a7
Author: finwo <finwo@pm.me>
Date:   Wed, 22 Apr 2020 12:14:57 +0200

Update publish.yml
Diffstat:
M.github/workflows/publish.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -30,4 +30,4 @@ jobs: npm publish || true env: CI: true - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.npm_token }}