Skip to content

Commit b5f3ef2

Browse files
committed
aa
1 parent 9ea1b73 commit b5f3ef2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/deploy-botasaurus-js.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)