Skip to content

Commit 0ad34c6

Browse files
authored
chore: setup release workflow for npm trusted publisher (#5717)
1 parent 9bbc4b4 commit 0ad34c6

File tree

1 file changed

+4
-0
lines changed
  • clients/algoliasearch-client-javascript/.github/workflows

1 file changed

+4
-0
lines changed

clients/algoliasearch-client-javascript/.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: read
11+
812
jobs:
913
release:
1014
name: Publish

0 commit comments

Comments
 (0)