Cannot use TESTING_URI as an output from job #128
Unanswered
ihor-monochkov-enverus
asked this question in
Q&A
Replies: 0 comments
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.
I have one reusable job which creates apk and upload it to Firebase App Distribution.
Then another job sends MS Teams message with the link to download apk.
I use TESTING_URI as an output from first reusable job, but got a warning:
Skip output 'firebase-url' since it may contain secret.
This firebase-url is a TESTING_URI.
TESTING_URI value is like https://appdistribution.firebase.google.com/testerapps/***/releases/mnhrt9q5cl9kg?utm_source=firebase-tools - that's why it looks like a secret in URL and I cannot send it to another job.
Not sure what to do and how to fix. Any suggestion?
All reactions