文件名称:npm-otp-publish:使用一次性密码发布 npm pacakges 的操作
文件大小:433KB
文件格式:ZIP
更新时间:2024-06-19 05:52:19
JavaScript
NPM OTP 发布者 通过为用户提供一种提供一次性密码的方式来发布需要2FA的npm消息的操作。 该操作适用于需要2FA发布项目的用户。 如果您的项目不需要 2FA,请查看市场中的。 用法 on : release : types : [published] name : releaser jobs : releaser : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : mmarchini-oss/npm-otp-publish@v0 with : npm_token : ${{ secrets.NPM_TOKEN }} github_token : ${{ secrets.GIT
【文件预览】:
npm-otp-publish-main
----.dockerignore(29B)
----.github()
--------workflows()
----public()
--------index.ejs(2KB)
--------failure.ejs(725B)
--------images()
--------success.ejs(882B)
----action.yml(1KB)
----Dockerfile(117B)
----lib()
--------config.js(1KB)
--------notifier.js(782B)
--------npm-publish.js(1KB)
--------notifiers()
--------cli.js(2KB)
----.npmignore(11B)
----LICENSE(1KB)
----test()
--------cli.test.js(1KB)
--------config.test.js(2KB)
--------notifier.test.js(2KB)
--------github-issue.test.js(4KB)
----README.md(5KB)
----docs()
--------assets()
----.gitignore(2KB)
----bin()
--------npm-otp-publish.js(3KB)
----CHANGELOG.md(13KB)
----package-lock.json(171KB)
----entrypoint.sh(58B)
----package.json(1KB)