Skip to content

Commit c34072e

Browse files
committed
Use new token with workflow permission
1 parent 3503a06 commit c34072e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ jobs:
232232
- name: Trigger changelog generation
233233
run: gh workflow run release-changelog.lock.yml -f tag="java/v${{ needs.publish-maven.outputs.version }}"
234234
env:
235-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
235+
GITHUB_TOKEN: ${{ secrets.JAVA_RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)