On Gitlab, I can create a CI secret variable that ...
# google-cloud
l
On Gitlab, I can create a CI secret variable that will be created as a file. In my case, this worked perfectly for the
GOOGLE_APPLICATION_CREDENTIALS
. But how should I do it on Github Actions? Setting the secret to the content of the file doesn’t work. Should I create the file myself, passing the content of the secret and then setting an
env
variable in the workflow yaml script?