Skip to content

Commit 43009a9

Browse files
add perms
1 parent 7f8c061 commit 43009a9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/js-token-interface-v2.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313

1414
name: js-token-interface-v2
1515

16+
permissions:
17+
contents: read
18+
1619
concurrency:
1720
group: ${{ github.workflow }}-${{ github.ref }}
1821
cancel-in-progress: true
@@ -56,6 +59,10 @@ jobs:
5659
cd js/token-interface
5760
pnpm build:v2
5861
62+
- name: Build CLI
63+
run: |
64+
just cli build
65+
5966
- name: Run token-interface unit tests with V2
6067
run: |
6168
echo "Running token-interface unit tests with retry logic (max 2 attempts)..."

0 commit comments

Comments
 (0)