Skip to content

Commit 3edbc42

Browse files
committed
fixes
1 parent b7b130f commit 3edbc42

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,30 @@ jobs:
1010
build-and-deploy:
1111
permissions:
1212
contents: write
13+
id-token: write # Required for trusted publishing
1314
runs-on: ubuntu-latest
1415

1516
steps:
1617
- name: Checkout repository
17-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1819
with:
1920
persist-credentials: false
2021
fetch-depth: 0
2122

2223
- name: Set up Node.js
23-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2425
with:
2526
node-version: 20
2627
registry-url: 'https://registry.npmjs.org'
2728

29+
# - name: Upgrade npm (required for trusted publishing)
30+
# run: npm install -g npm@latest
31+
2832
- name: Install dependencies and build
2933
working-directory: botasaurus-controls
3034
run: |
3135
npm i
3236
npm run upload
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3537
3638
- name: Pull Changes
3739
run: |

botasaurus-controls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Botasaurus Controls
1+
# Botasaurus Controls

0 commit comments

Comments
 (0)