Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

permissions:
id-token: write # Required for OIDC
id-token: write # Required for provenance attestations
contents: write # Required for pushing git tags
pull-requests: write # Required for changesets to create PRs

Expand Down Expand Up @@ -33,4 +33,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"url": "https://github.com/balancer/b-sdk"
},
"publishConfig": {
"access": "public",
"provenance": true
"access": "public"
},
"version": "6.0.0",
"main": "dist/index.js",
Expand Down
Loading