We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61926a7 commit 473c59aCopy full SHA for 473c59a
.github/workflows/bumpversion.yml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
app-id: ${{ vars.APP_ID }}
21
private-key: ${{ secrets.PRIVATE_KEY }}
22
+ env:
23
+ GH_TOKEN: ${{ steps.app-token.outputs.token }}
24
- name: Check out
25
uses: actions/checkout@v6
26
@@ -29,7 +31,7 @@ jobs:
29
31
- uses: commitizen-tools/setup-cz@main
30
32
33
git-user-name: "${{ steps.app-token.outputs.app-slug }}[bot]"
- 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"
35
- id: bump-version
36
run: |
37
cz bump --yes
0 commit comments