File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments