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
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
publish_template:
runs-on: ubuntu-latest
environment: npm-publish
permissions:
# Required for npm trusted publishing (OIDC token exchange with the registry)
id-token: write
Comment thread
cipolleschi marked this conversation as resolved.
# Required so the bump commit & tag can be pushed back to the branch
contents: write
steps:
- name: Safeguard against branch name
run: |
Expand Down
Loading