Skip to content

Commit

Permalink
Fix export metrics var
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeJu committed May 1, 2024
1 parent 29832e5 commit 9edb8cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ fi

# Utilize Google APIs user agent for metrics with the following unique identifier:
export GOOGLE_APIS_USER_AGENT=google-github-action:deploy-gke/$gha_version
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
export CLOUDSDK_METRICS_ENVIRONMENT=google-github-actions-deploy-gke
export CLOUDSDK_METRICS_ENVIRONMENT_VERSION=$gha_version

$gke_deploy_command

0 comments on commit 9edb8cf

Please sign in to comment.