I have an android project with GitHub actions which needs some key in GitHub secrets to successfully build. I wonder how to access Github secrets key from my project code like this?
I have tried to assign the key to local properties on my yml config files (android.yml) based on this article
but it's still failed to build because BASE_URL still not detected (workflow)