I am running Gitlab CI for android projects and requires the SHA-1 for connection with firebase database. My gitlab-runner executes in docker.
Using ./gradlew signingReport
, I retrieve my SHA-1 from gitlab pipeline console, but a new key is generated every time I run the pipeline.
Following this, please anyone guide me that how do I retrieve a SHA-1 that can work in this situation or any changes that I have to make in my runner.