adjust gradle key
Some checks failed
Build with gradle / Build-with-gradle (pull_request) Failing after 1m19s
Java Google Checkstyle / Checkstyle Linter (pull_request) Successful in 21s

This commit is contained in:
2026-01-24 01:24:59 -06:00
parent 9c9b20ea39
commit e053b55a76

View File

@@ -16,4 +16,4 @@ jobs:
# sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties
- run: ./gradlew test --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey=${{ secrets.GRADLE_KEY }} --no-daemon