Skip to content

Commit 8edd7d7

Browse files
author
cloud-java-bot
committed
fix: need to include github token in env vars
1 parent f3fa52e commit 8edd7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
./gradlew "${PROJECT}":release \
6262
-Prelease.useAutomaticVersion=true \
6363
-Prelease.releaseVersion=${{ github.event.inputs.release_version }}
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6466

6567
- name: Create pull request
6668
uses: repo-sync/pull-request@v2.12.1

0 commit comments

Comments
 (0)