Accessing files in "Code Signing & Files"

Hi all -

When I upload a file to “Code Signing & Files” Bitrise generates a URL for me.

Is this secure … ? Can I use that URL if it were, say, a Service Account JSON key file’s url, in a build step? Or is that publicly accessible?

Basically I’d like to access a JSON key file to upload to the Google Play Store without sticking it in my repository.

Thanks -
Lee

Hi,

You can use the Generic File Storage feature to store files on bitrise.io, and get a time limited / expiring download url through an environment variable for every build.

I think this devcenter section answers your question : Code security - Bitrise Docs

If it wouldn’t, feel free to ask any questions!

1 Like

Thanks Viktor, yes, this helps!

1 Like