We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2b83c commit 50b6b5fCopy full SHA for 50b6b5f
1 file changed
action.yml
@@ -270,6 +270,7 @@ runs:
270
if [[ -n "${GOOGLE_CLOUD_ACCESS_TOKEN:-}" ]]; then
271
unset GEMINI_API_KEY
272
unset GOOGLE_API_KEY
273
+ unset GOOGLE_APPLICATION_CREDENTIALS
274
elif [[ "${GOOGLE_GENAI_USE_VERTEXAI:-false}" == "true" && -n "${GOOGLE_API_KEY:-}" ]]; then
275
276
elif [[ -n "${GEMINI_API_KEY:-}" ]]; then
@@ -317,6 +318,7 @@ runs:
317
318
319
320
# Unset credential file pointers that might cause conflicts with the access token and hang.
321
322
unset CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE
323
unset GOOGLE_GHA_CREDS_PATH
324
0 commit comments