File tree Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 6
6
- saga
7
7
8
8
env :
9
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
10
10
11
11
jobs :
12
12
release :
22
22
sudo npm install -g npm@
23
23
npm config set update-notifier false
24
24
sudo chown -R $USER:$(id -gn $USER) /home/runner/.config
25
- - name : Authenticate with NPM
26
- run : |
27
- echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" > ~/.npmrc
25
+ - name : Authenticate with NPM registry
26
+ run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
28
27
- name : Keep npm cache around to speed up installs
29
28
uses : actions/cache@v1
30
29
with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Bifravst TypeScript ESLint Config
1
+ # Bifravst TypeScript ESLint Config [ ![ npm version ] ( https://img.shields.io/npm/v/@bifravst/eslint-config-typescript.svg )] ( https://www.npmjs.com/package/@bifravst/eslint-config-typescript )
2
2
3
- [ ![ GitHub Package Registry version] ( https://img.shields.io/github/release/bifravst/eslint-config-typescript.svg?label=GPR&logo=github )] ( https://github.com/bifravst/eslint-config-typescript/packages/26698 )
4
3
[ ![ GitHub Actions] ( https://github.com/bifravst/eslint-config-typescript/workflows/Semantic%20Release/badge.svg )] ( https://github.com/bifravst/eslint-config-typescript/actions )
5
4
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
6
5
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
@@ -15,9 +14,4 @@ See [@bifravst/code-style](https://github.com/bifravst/code-style) for usage.
15
14
16
15
## Installation
17
16
18
- > Note: This package is hosted on the GitHub package registry and
19
- > [ npm needs to be configured] ( https://help.github.com/en/articles/configuring-npm-for-use-with-github-package-registry#installing-a-package )
20
- > in order to use it.
21
-
22
- echo "@bifravst:registry=https://npm.pkg.github.com" >> .npmrc
23
17
npm i --save-dev @bifravst/eslint-config-typescript
Original file line number Diff line number Diff line change 56
56
"remoteTags" : true
57
57
},
58
58
"publishConfig" : {
59
- "access" : " public" ,
60
- "registry" : " https://npm.pkg.github.com/"
59
+ "access" : " public"
61
60
},
62
61
"files" : [
63
62
" package-lock.json" ,
You can’t perform that action at this time.
0 commit comments