File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 with :
15- token : ${{ secrets.ADMIN_TOKEN }}
15+ token : ${{ secrets.FRONTEND_GH_TOKEN }}
1616
1717 - name : Prepare repository
1818 run : git fetch --unshallow --tags
2828
2929 - name : Create Release
3030 env :
31- GITHUB_TOKEN : ${{ secrets.ADMIN_TOKEN }}
31+ GITHUB_TOKEN : ${{ secrets.FRONTEND_GH_TOKEN }}
3232 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3333 run : |
3434 yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2929 "clean" : " npm-run-all -s clean:*" ,
3030 "clean:test-artifacts" : " rimraf coverage" ,
3131 "clean:build" : " rimraf dist" ,
32- "clean_node_modules" : " rimraf node_modules" ,
33- "prepare" : " husky install"
32+ "clean_node_modules" : " rimraf node_modules"
3433 },
3534 "devDependencies" : {
3635 "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
4746 "eslint-plugin-import" : " ^2.32.0" ,
4847 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
4948 "eslint-plugin-prettier" : " ^5.5.4" ,
50- "husky" : " ^9.1.7" ,
5149 "jest" : " ^30.1.3" ,
5250 "lint-staged" : " ^16.1.6" ,
5351 "npm-run-all" : " ~4.1.5" ,
You can’t perform that action at this time.
0 commit comments