Skip to content

Commit

Permalink
fix: include auth token in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 30, 2024
1 parent 39dd4ce commit 0efb8d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install
run: yarn install
Expand All @@ -39,6 +37,7 @@ jobs:
echo "Publishing $PACKAGE @ $VERSION"
yarn nx publish $PACKAGE --ver=$VERSION --tag=latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BC_CLIENT_ID: ${{ secrets.BC_CLIENT_ID }}
BC_CLIENT_SECRET: ${{ secrets.BC_CLIENT_SECRET }}
BC_GRAPHQL_API: ${{ secrets.BC_GRAPHQL_API }}
Expand Down

0 comments on commit 0efb8d9

Please sign in to comment.