-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add node auth and change email
- Loading branch information
1 parent
554fe00
commit 2ba0da7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|