Skip to content

Commit 473c59a

Browse files
committed
ci: fix email for commitizenbot
1 parent 61926a7 commit 473c59a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bumpversion.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
app-id: ${{ vars.APP_ID }}
2121
private-key: ${{ secrets.PRIVATE_KEY }}
22+
env:
23+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
2224
- name: Check out
2325
uses: actions/checkout@v6
2426
with:
@@ -29,7 +31,7 @@ jobs:
2931
- uses: commitizen-tools/setup-cz@main
3032
with:
3133
git-user-name: "${{ steps.app-token.outputs.app-slug }}[bot]"
32-
git-user-email: "${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com"
34+
git-user-email: "274190853+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com"
3335
- id: bump-version
3436
run: |
3537
cz bump --yes

0 commit comments

Comments
 (0)