Skip to content

Commit 63180f5

Browse files
committed
Fix JavaDocs generation
Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
1 parent 550a067 commit 63180f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,14 @@ jobs:
150150
distribution: temurin
151151
- name: Publish Javadoc
152152
run: |
153+
git config --global url."https://x-access-token:${GH_TOKEN}@github.com/".insteadOf "https://github.com/"
153154
./gradlew gitPublishPush --stacktrace --info -Dorg.gradle.jvmargs="-Xms512m -Xmx2g -XX:MaxMetaspaceSize=512m"
154155
env:
155156
GIT_AUTHOR_NAME: "GitHub Actions Bot"
156157
GIT_AUTHOR_EMAIL: "github-actions[bot]@users.noreply.github.com"
157158
GIT_COMMITTER_NAME: "GitHub Actions Bot"
158159
GIT_COMMITTER_EMAIL: "github-actions[bot]@users.noreply.github.com"
159-
GH_USERNAME: ${{ github.actor }}
160160
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
161-
GRGIT_USER: ${{ github.actor }}
162-
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}
163161
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
164162
publish-snapshot:
165163
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)