File tree Expand file tree Collapse file tree 4 files changed +27
-46
lines changed Expand file tree Collapse file tree 4 files changed +27
-46
lines changed Original file line number Diff line number Diff line change 1+ name : Publish package
2+ on :
3+ release :
4+ types : [created]
5+
6+ permissions :
7+ id-token : write
8+ contents : read
9+
10+ jobs :
11+ publish :
12+ uses : expressjs/ci-workflows/.github/workflows/publish.yaml@release-reusable-action
13+ secrets :
14+ NPM_PUBLISH : ${{ secrets.NPM_PUBLISH }}
Original file line number Diff line number Diff line change 1+ name : Audit PR
2+ on :
3+ push :
4+
5+ permissions :
6+ id-token : write
7+ contents : read
8+
9+ jobs :
10+ tests :
11+ uses : expressjs/ci-workflows/.github/workflows/tests.yaml@release-reusable-action
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 "description" : " Demo of a secure setup to automatically publish on npm" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo test" ,
8+ "lint" : " echo lint"
89 },
910 "repository" : {
1011 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments