Add SECRETS_GRADLE to dependabot in GH Actions to fix dependabot CI builds
Open
@ninovanhooff is already working on this.
Since Mar 27, 2026.
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Since the signing keys for release builds were included in the normal CI checks, dependabot PRs all fail because they can't access the normal PR secrets.SECRETS_GRADLE, see:
https://github.com/Q42/Template.Android/pull/190
https://github.com/Q42/Template.Android/actions/runs/23594725376/job/68708429239
* Where:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
Build file '/Users/runner/work/Template.Android/Template.Android/app/build.gradle' line: 48
A problem occurred evaluating project ':app'.
For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
> Could not get unknown property 'signingSecrets'
Secrets SECRETS_GRADLE should be added here https://github.com/Q42/Template.Android/settings/secrets/dependabot
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.