File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 env :
1818 TOKEN : ${{ secrets.GH_BOT_GITHUB_TOKEN }}
1919 run : |
20- git config --global url."https://${TOKEN}:x-oauth-basic @github.com/".insteadOf "https://github.com/"
20+ git config --global url."https://bot-githubaction: ${TOKEN}@github.com/".insteadOf "https://github.com/"
2121 - name : Import GPG key
2222 uses : crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef
2323 with :
3434 with :
3535 arguments : clean upgradeGradleWrapperAll --no-build-cache
3636 env :
37+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3738 WRAPPER_UPGRADE_GIT_TOKEN : ${{ secrets.GH_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11plugins {
22 id(" nebula.release" ) version " 17.2.2"
3- id(" org.gradle.wrapper-upgrade" ) version " 0.11.2 "
3+ id(" org.gradle.wrapper-upgrade" ) version " 0.11.3 "
44}
55
66buildScan {
@@ -37,6 +37,7 @@ wrapperUpgrade {
3737 gradle {
3838 register(" self" ) {
3939 repo.set(" gradle/test-retry-gradle-plugin" )
40+ options.gitCommitExtraArgs.add(" --signoff" )
4041 }
4142 }
4243}
You can’t perform that action at this time.
0 commit comments