File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 git config user.name "GitHub Actions"
3232 git config user.email "[email protected] " 33- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
33+ git config credential.helper 'store --file ~/.git-credentials'
34+ echo "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com" > ~/.git-credentials
3435
3536 - name : Set up Maven settings.xml
3637 uses : s4u/maven-settings-action@v2
Original file line number Diff line number Diff line change 175175 </dependencies >
176176
177177 <scm >
178- <connection >scm:git:git@ github.com: anypointcloud/json-logger.git</connection >
179- <developerConnection >scm:git:git@ github.com: anypointcloud/json-logger.git</developerConnection >
178+ <connection >scm:git:https:// github.com/ anypointcloud/json-logger.git</connection >
179+ <developerConnection >scm:git:https:// github.com/ anypointcloud/json-logger.git</developerConnection >
180180 <url >https://github.com/anypointcloud/json-logger</url >
181181 <tag >HEAD</tag >
182182 </scm >
You can’t perform that action at this time.
0 commit comments