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: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
GIT_AUTHOR_EMAIL: developers@mparticle.com
GIT_COMMITTER_NAME: mparticle-automation
GIT_COMMITTER_EMAIL: developers@mparticle.com
# npm auth: no trusted publisher is configured on npmjs for this package,
# so publish authenticates with the org token (provenance still attested via OIDC).
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

steps:
- name: Checkout public main branch
Expand Down
Loading