chore(release): remove temporary npm token (#2011)

Co-authored-by: vercel-gh-bot-5[bot] <312521305+vercel-gh-bot-5[bot]@users.noreply.github.com>
Co-authored-by: Colton Padden <colton.padden@vercel.com>
This commit is contained in:
vercel-gh-bot-5[bot]
2026-08-12 23:07:54 +00:00
committed by GitHub
parent 4b86e4f093
commit 9edbca7881
-3
View File
@@ -38,7 +38,6 @@ jobs:
with:
node-version-file: .nvmrc
cache: "pnpm"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -60,5 +59,3 @@ jobs:
commitMode: github-api
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Bootstrap @eve/buzz-acp-adapter before npm trusted publishing can be configured.
NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE_BOT }}