Q42 / Q42/Template.Android

Add SECRETS_GRADLE to dependabot in GH Actions to fix dependabot CI builds

Open
#203 0 comments 0 reactions 1 assignee View on GitHub

@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' 

From https://github.com/Q42/Template.Android/blob/aba5298d6d15660821a904789b4208baf622afd9/.github/workflows/release.yml#L32

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.