From dd121cc0aee32e70651e983b065c78e769bfea41 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Fri, 3 Jan 2025 23:59:59 +0100 Subject: [PATCH] Push changelog on behalf of joffrey-bion to bypass protection rules --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cae3626..7baab086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,8 @@ jobs: uses: joffrey-bion/gradle-library-release-action@v2 with: version: ${{ steps.compute-version.outputs.fullVersion }} - github-token: ${{ secrets.GH_PAT }} # to bypass branch protection rules to push the changelog + changelog-commit-username: joffrey-bion # to bypass branch protection rules to push the changelog + changelog-commit-email: joffrey.bion@gmail.com # to bypass branch protection rules to push the changelog gpg-signing-key: ${{ secrets.GPG_SECRET_ASCII_ARMORED }} gpg-signing-password: ${{ secrets.GPG_PASSWORD }} sonatype-username: ${{ secrets.OSSRH_TOKEN_USERNAME }}