Skip to content

Commit

Permalink
Bypass rules to push the changelog in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion authored Jan 3, 2025
1 parent 1559d8e commit dee8736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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
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 dee8736

Please sign in to comment.