wzieba / Firebase-Distribution-Github-Action

This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
MIT License
373 stars 77 forks source link

How to get TESTING_URI ? #141

Open faruk0344 opened 1 month ago

faruk0344 commented 1 month ago

I am integrating firebase app Distribution system into my bitrise CI/CD After apk uploaded to firebase app distribution i want to retrieve the TESTING_URI and add it to my env variable. So that I can send that download url via slack message.

Any way to achieve it ?