diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2b88560..d86da0b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,8 +22,8 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Config Git Properties run: | - git config --global user.email ${{ secrets.EMAIL }} - git config --global user.name ${{ secrets.AUTO_PUSH_NAME }} + git config --global user.email github-actions@github.com + git config --global user.name github-actions - name: Install RushJS run: npm install -g @microsoft/rush - name: Verify Change Logs