Skip to content

Commit a7c56a0

Browse files
committed
chore: update deploy workflow
1 parent 97e2b10 commit a7c56a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-lib.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
id-token: write
14+
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v4
@@ -28,8 +29,6 @@ jobs:
2829
- name: Publish package on NPM
2930
working-directory: 'libs/contract'
3031
run: npm publish --provenance --access public
31-
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3332

3433
# - name: Install HashedSet dependencies and build
3534
# working-directory: 'libs/hashed-set'

0 commit comments

Comments
 (0)