Skip to content

Commit

Permalink
Push changelog on behalf of joffrey-bion to bypass protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion authored Jan 3, 2025
1 parent f8ad450 commit dd121cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dd121cc

Please sign in to comment.