accessing-android-app-secret-from-github-actions-using-gradle/ #10
Replies: 1 comment
-
|
Hey there, thank you very much for this! It was really really helpful even after two years :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
accessing-android-app-secret-from-github-actions-using-gradle/
Often an open source project will have API keys, auth tokens, and other secrets that definitely shouldn’t end up in source code. In my current open source project (a rewrite of APOD Wallpaper) I needed to store my APOD API key.
https://blog.jakelee.co.uk/accessing-android-app-secret-from-github-actions-using-gradle/
Beta Was this translation helpful? Give feedback.
All reactions