diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 474aed3..296d055 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,8 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build - - run: git config user.email "cerebraljs@gmail.com" - - run: git config user.name "Cerebral JS" + - run: git config user.name "cerebral[bot]" + - run: git config user.email "136202705+cerebral[bot]@users.noreply.github.com" - name: Generate token id: generate_token uses: tibdex/github-app-token@v1 @@ -36,4 +36,4 @@ jobs: env: REPO_COOKER_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - REPO_COOKER_NPM_OTP: ${{secrets.REPO_COOKER_NPM_OTP}} \ No newline at end of file + REPO_COOKER_NPM_OTP: ${{secrets.REPO_COOKER_NPM_OTP}}