Skip to content

Commit

Permalink
update npm token name
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Mar 27, 2024
1 parent 3c1d3db commit a613d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: Bump version and publish
if: ${{ steps.check_changes.outputs.changed_files == 'apps' || steps.check_changes.outputs.changed_files == 'bin' || steps.check_changes.outputs.changed_files == 'helper' || steps.check_changes.outputs.changed_files == 'utils'}}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN2 }}

NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "gconnect"
Expand Down

0 comments on commit a613d41

Please sign in to comment.