File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 :
2830 persist-credentials : false
2931 - uses : commitizen-tools/setup-cz@main
3032 with :
33+ # Information extracted from the app token
34+ # Under actions/create-github-app-token is documented how to generate username and email for the bot
35+ # The hardcoded number is the user ID of the bot account, found in the bot API
3136 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"
37+ git-user-email : " 274190853 +${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com"
3338 - id : bump-version
3439 run : |
3540 cz bump --yes
You can’t perform that action at this time.
0 commit comments