Skip to content

Commit

Permalink
chore(): update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Mar 8, 2022
1 parent c345868 commit bb0fc52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

0 comments on commit bb0fc52

Please sign in to comment.