Skip to content

Commit ad9d118

Browse files
authored
Merge pull request #709 from GetStream/trusted-publisher-workflow
chore: enable trusted package publishing
2 parents 8f3b334 + 27d37a5 commit ad9d118

File tree

3 files changed

+2635
-2362
lines changed

3 files changed

+2635
-2362
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ on:
33
push:
44
branches:
55
- master
6-
- support-for-float-ui-21
76
pull_request:
87
branches:
98
- master
9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: write # required for committing the version bump
1012
jobs:
1113
workflow:
1214
runs-on: ubuntu-latest
1315
strategy:
1416
matrix:
15-
node-version: [22.x]
17+
node-version: [24.x]
1618

1719
steps:
1820
- uses: actions/checkout@v2
@@ -45,7 +47,6 @@ jobs:
4547
- name: Release
4648
env:
4749
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4950
run: npx semantic-release
5051
- name: Deploy sample app to Vercel
5152
env:

0 commit comments

Comments
 (0)