File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,24 @@ jobs:
2525 node-version : 20
2626 registry-url : ' https://registry.npmjs.org'
2727
28- - name : Install dependencies and build
29- working-directory : js/botasaurus-js
30- run : |
31- npm i --legacy-peer-deps
32- npm run upload
33- env :
34- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
28+ # - name: Install dependencies and build
29+ # working-directory: js/botasaurus-js
30+ # run: |
31+ # npm i --legacy-peer-deps
32+ # npm run upload
33+ # env:
34+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
36- - name : Commit & Push changes
37- uses : actions-js/push@master
38- with :
39- github_token : ${{ secrets.GITHUB_TOKEN }}
40- branch : master
36+ # - name: Commit & Push changes
37+ # uses: actions-js/push@master
38+ # with:
39+ # github_token: ${{ secrets.GITHUB_TOKEN }}
40+ # branch: master
4141
4242
4343 - name : Clone Botasaurus Desktop Starter
4444 run : |
45- git clone https://github.com/omkarcloud/botasaurus-desktop-starter desktop-starter
45+ git clone https://${{ secrets.PAT }}@ github.com/omkarcloud/botasaurus-desktop-starter.git desktop-starter
4646 cd desktop-starter
4747 npm i
4848 npm run update
You can’t perform that action at this time.
0 commit comments