mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
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:
committed by
GitHub
parent
4b86e4f093
commit
9edbca7881
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user