Skip to content
Merged
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 @@ -8,6 +8,7 @@ on:
# Sets the GITHUB_TOKEN permissions to allow release
permissions:
contents: write
id-token: write # Required for OIDC connection with NPM

# This action requires a GitHub app with content write access installed
# to bypass the main branch protection rule and dispatch the event to a different repo
Expand Down Expand Up @@ -91,8 +92,6 @@ jobs:
run: |
yarn buildlib
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
Expand Down
Loading