Skip to content

Commit 7bbe2f4

Browse files
committed
fix(ci/cd): use token with write permissions for git tag push
1 parent da19c35 commit 7bbe2f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949

5050
- name: Create git tags and publish to Maven Central
5151
env:
52+
# secret for git operations
53+
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
54+
# secrets for gradle / maven central
5255
GPG_SIGNING_KEY: "${{ secrets.GPG_SIGNING_KEY }}"
5356
GPG_SIGNING_PASSWORD: "${{ secrets.GPG_SIGNING_PASSWORD }}"
5457
ORG_GRADLE_PROJECT_mavenCentralUsername: "${{ secrets.MAVEN_CENTRAL_USERNAME }}"

0 commit comments

Comments
 (0)