Commit 8698fc52 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6385 from ethereum-optimism/07-20-willc/fix-token

fix(cd): Fix npm token on publish job
parents 48a0b84d a076e85c
......@@ -41,6 +41,11 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Set deployment token
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# Makes a pr to publish the changesets that when
# merged will publish to npm
# see https://github.com/changesets/action
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment