Skip to content

Commit

Permalink
fix: use correct git username and email for cerebral app
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 7, 2023
1 parent 124ed9d commit e1de60f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: git config user.email "[email protected]"
- 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
Expand All @@ -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}}
REPO_COOKER_NPM_OTP: ${{secrets.REPO_COOKER_NPM_OTP}}

0 comments on commit e1de60f

Please sign in to comment.