Update github auth actions to v3 (#53) #15
Annotations
1 error
|
Build and deploy
google-github-actions/deploy-appengine failed with: failed to execute gcloud command `gcloud app deploy --format json app.yaml --project go-uber-org --promote`: ERROR: (gcloud.app.deploy) There was a problem refreshing auth tokens for account gh-actions@go-uber-org.iam.gserviceaccount.com: ('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'})
Please run:
$ gcloud auth activate-service-account --key-file=SERVICE_ACCOUNT_FILE_PATH
Or:
$ gcloud auth login --cred-file=SERVICE_ACCOUNT_FILE_PATH
to obtain new credentials.
If you have already logged in with a different account, run:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
|