uwit-iam/Authenticate with Google Cloud + Artifact Registry
Checks if pyproject.toml version changed and, if so, builds and publishes new package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials | JSON credentials file for auth | yes | — |
| enable_private_docker | Should the environment be updated to enable private GAR-based Docker? | no | false |
| enable_private_pypi | Should the environment be updated to enable private GAR-based PyPI? | no | false |
Outputs
| name | description |
|---|---|
| project_id | Provided or extracted value for the Google Cloud project ID. |
| credentials_file_path | Path on the local filesystem where the generated credentials file resides. |
| auth_token | The Google Cloud federated token (for Workload Identity Federation) or self-signed JWT (for a Service Account Key JSON). |
| access_token | The Google Cloud access token for calling other Google Cloud APIs. |