Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I access secrets in build.gradle? #66

Open
distinctdan opened this issue Aug 28, 2023 · 1 comment
Open

How do I access secrets in build.gradle? #66

distinctdan opened this issue Aug 28, 2023 · 1 comment

Comments

@distinctdan
Copy link

distinctdan commented Aug 28, 2023

I need to access secrets in my app build.gradle, but I'm not seeing any documentation on how to do it. Specifically, I want to default my signing keystore to use an environment variable if present for github actions, but then fallback to using a local secrets file. It seems like this would probably be supported, is there a way to do this?

I'm trying this, but this doesn't work:

    signingConfigs {
        release {
            storePassword System.getenv("MY_RELEASE_KEYSTORE_PASSWORD") ?: project.findProperty('MyReleaseKeystorePassword')
        }
    }
@aleksamarkoni
Copy link

Any updates on this topic, it's been almost 6 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants