Skip to content

Commit de6f4ba

Browse files
committed
id-token to get publish to work
1 parent 2906f9e commit de6f4ba

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/javascript-sdk-develop.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55
branches: [ main ]
66

77
permissions:
8-
contents: read
8+
contents: write
9+
id-token: write
910

1011
jobs:
1112
publish:
1213
name: Publish to npm (develop tag)
1314
runs-on: ubuntu-latest
14-
permissions:
15-
contents: write
1615
steps:
1716
- uses: actions/checkout@v6
1817

0 commit comments

Comments
 (0)