Skip to content

Commit

Permalink
chore: add node auth and change email
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 30, 2024
1 parent 554fe00 commit 2ba0da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Release
run: |
git config --global user.name "Automated NPM Release"
git config --global user.email "sysadmin[email protected]"
git config --global user.email "devops[email protected]"
echo "Publishing $PACKAGE @ $VERSION"
yarn nx publish $PACKAGE --ver=$VERSION --tag=latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_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 2ba0da7

Please sign in to comment.