Skip to content

Commit

Permalink
chore(ci): fix web packages publish with provenance
Browse files Browse the repository at this point in the history
- re-enabled required permissions, notably write id-token
  • Loading branch information
IceTDrinker committed Feb 18, 2025
1 parent 69d5b72 commit 4fa59cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
name: Publish Release
needs: [package] # for comparing hashes
runs-on: ubuntu-latest
# For provenance of npmjs publish
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 4fa59cd

Please sign in to comment.