File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
git config --global user.name 'Gary Bot 2'
31
31
git config --global user.email '[email protected] '
32
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
33
32
34
33
- name : Maven release
35
34
run : |
41
40
release:prepare \
42
41
release:perform
43
42
env :
43
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
SIGN_KEY : ${{ secrets.SIGN_KEY }}
45
45
SIGN_KEY_ID : ${{ secrets.SIGN_KEY_ID }}
46
46
SIGN_KEY_PASS : ${{ secrets.SIGN_KEY_PASS }}
Original file line number Diff line number Diff line change 28
28
29
29
<scm >
30
30
<url >https://github.com/graylog-labs/syslog4j-graylog2</url >
31
- <connection >scm:git:git@ github.com: graylog-labs/syslog4j-graylog2.git</connection >
32
- <developerConnection >scm:git:git@ github.com: graylog-labs/syslog4j-graylog2.git</developerConnection >
31
+ <connection >https:// github.com/ graylog-labs/syslog4j-graylog2.git</connection >
32
+ <developerConnection >https:// github.com/ graylog-labs/syslog4j-graylog2.git</developerConnection >
33
33
<tag >HEAD</tag >
34
34
</scm >
35
35
You can’t perform that action at this time.
0 commit comments