There was an error while loading. Please reload this page.
1 parent 574094f commit 3d98f03Copy full SHA for 3d98f03
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,8 @@ jobs:
62
title: "ci: release packages"
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
- # NPM_TOKEN is not needed with Trusted Publishing (OIDC)
+ # Falls back to Trusted Publishing (OIDC) when the secret is unset.
66
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
67
68
- name: Resolve Pythinker Code native release
69
if: steps.changesets.outputs.published == 'true'
0 commit comments