You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be related to the generated credentials.json referencing token.txt as the credential_source but that file is no longer being created in the defaults of the pipeline. This causes the pipelines to fail on rm token.txt as well as any stage after the gcp-auth stage.
ERROR: (gcloud.alpha.storage.cp) There was a problem refreshing your current auth tokens: File 'token.txt' was not found.
The text was updated successfully, but these errors were encountered:
I referenced the issue on the relevant commit from a few weeks ago:
47daeaa#r124479639
The issue seems to be related to the generated credentials.json referencing token.txt as the credential_source but that file is no longer being created in the defaults of the pipeline. This causes the pipelines to fail on
rm token.txt
as well as any stage after the gcp-auth stage.The text was updated successfully, but these errors were encountered: