-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use creds: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_DEV_2 }} I get error #11
Comments
same with me |
Same |
same json parsing trouble, I guess here, is there a solution? |
Same problem :( |
This is strange. I don't see any name requirements in the YAML file, and I wonder if it's some Actions inputs limitation. If you shorten the name to something different, e.g., Its usage is really straightforward: gce-cloudsql-proxy-action/action.yml Line 32 in 145471a
Then read: gce-cloudsql-proxy-action/action.yml Line 39 in 145471a
|
I know for me, I ran into the invalid JSON file error because I was pointing to my credential path, not passing the actual credentials in. Changing:
to
fixed it form me. Hope this helps someone else. |
Does the secret variable name have to be
GOOGLE_APPLICATION_CREDENTIALS
or can it be different?When I use a different secret name I get error -
invalid json file "/tmp/gce-cloudsql-proxy/key.json": unexpected end of JSON input
The text was updated successfully, but these errors were encountered: