We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28617a7 commit d824b00Copy full SHA for d824b00
.github/workflows/release.js.yml
@@ -22,5 +22,5 @@ jobs:
22
- run: npm test
23
- run: npm run release --ci
24
env:
25
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.npmrc
@@ -1 +1 @@
1
-//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
+//registry.npmjs.org/:_authToken=$NPM_TOKEN
package.json
@@ -14,7 +14,7 @@
14
},
15
"repository": {
16
"type": "git",
17
- "url": "https://github.com/uiureo/github-pr-release.git"
+ "url": "https://github.com/uiur/github-pr-release.git"
18
19
"dependencies": {
20
"es6-promise": "^2.3.0",
0 commit comments