-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c345868
commit bb0fc52
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -16,6 +16,10 @@ jobs: | |
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14.x | ||
- name: Configure Identity | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
- name: Prepare NPM Token | ||
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc | ||
shell: bash | ||
|
@@ -29,7 +33,3 @@ jobs: | |
shell: bash | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GIT_AUTHOR_NAME: Ionitron | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_COMMITTER_NAME: Ionitron | ||
GIT_COMMITTER_EMAIL: [email protected] |