Skip to content

Commit

Permalink
Try toLowerCase to bypass GitHub's secret protection.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 12, 2023
1 parent 0b161d5 commit 18f28a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/java-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if (!version.endsWith('-SNAPSHOT')) {
signing {
String original = System.env['ORG_GRADLE_PROJECT_gpg_key64_test']
System.out.println("/ORIGINAL")
System.out.println(original)
System.out.println(original.toLowerCase())
System.out.println("\\ORIGINAL")
System.out.println("/DECODED")
System.out.println(original.decodeBase64())
Expand Down

0 comments on commit 18f28a4

Please sign in to comment.