Update main.yml #22
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 warnings
kbot secret
Unexpected input(s) 'service_account_key', 'export_default_credentials', valid inputs are ['skip_install', 'version', 'project_id', 'install_components']
|
kbot secret
google-github-actions/setup-gcloud is pinned at "main". We strongly advise against pinning to "@main" as it may be unstable. Please update your GitHub Action YAML from:
uses: 'google-github-actions/setup-gcloud@main'
to:
uses: 'google-github-actions/setup-gcloud@v2'
Alternatively, you can pin to any git tag or git SHA in the repository.
|
kbot secret
The gcloud CLI is not authenticated (or it is not installed). Authenticate by adding the "google-github-actions/auth" step prior this one.
|
kbot secret
The "create_credentials_file" option is true, but the current GitHub workspace is empty. Did you forget to use "actions/checkout" before this step? If you do not intend to share authentication with future steps in this job, set "create_credentials_file" to false.
|