add cd workflow (continuation) #11
Annotations
1 error
deploy
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy go-modproxy --quiet --image ghcr.io/epiccoolguy/go-modproxy:sha-f0074bbb436fae1e024e1504596ce5bf23aa81c5 --update-env-vars HOST_PATTERN=go.loafoe.dev,HOST_REPLACEMENT=github.com,PATH_PATTERN=/,PATH_REPLACEMENT=/epiccoolguy/go- --update-labels managed-by=github-actions,commit-sha=f0074bbb436fae1e024e1504596ce5bf23aa81c5 --platform managed --format json --region europe-west4 --project go-modproxy`: ERROR: (gcloud.run.deploy) There was a problem refreshing your current auth tokens: ('Unable to acquire impersonated credentials', '{\n "error": {\n "code": 403,\n "message": "Permission \'iam.serviceAccounts.getAccessToken\' denied on resource (or it may not exist).",\n "status": "PERMISSION_DENIED",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.ErrorInfo",\n "reason": "IAM_PERMISSION_DENIED",\n "domain": "iam.googleapis.com",\n "metadata": {\n "permission": "iam.serviceAccounts.getAccessToken"\n }\n }\n ]\n }\n}\n')
Please run:
$ gcloud auth login
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.
|