ci: set git user

This commit is contained in:
janniks
2022-07-05 10:23:12 -04:00
committed by janniks
parent 28c5058ae6
commit bc6c1a2081

View File

@@ -31,6 +31,9 @@ jobs:
- run: npm run bootstrap
- run: npm run build
- run: git config --local user.email 'action@github.com'
- run: git config --local user.name 'GitHub Action'
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}