pass-culture-github-actions/Google Cloud Artifact Registry Action for gcloud self-hosted runners
GitHub action to perform Gcloud Auth and set in lock file artifact registry address on self-hosted runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 22, 2023
- License
- MIT
Pinned Snippet
uses: pass-culture-github-actions/artifact-registry@80e3446b31e19b1b027dc67aa5b3f499d86ea121 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workload-identity-provider | GCP workload identity provider used to retrieve secrets used for artifact registry auth | no | — |
| service-account | GCP service-account used to retrieve secrets used for artifact registry auth | no | — |
| secret-workload-identity-provider-artifact-registry | GCP workload identity provider used to retrieve secrets used for artifact registry auth | yes | — |
| secret-service-account-artifact-registry | GCP service-account used to retrieve secrets used for artifact registry auth | yes | — |
| gcp-zone | GCP zone where the artifact registry is hosted | yes | — |
| gcp-project-id | GCP project id where the artifact registry is hosted | yes | — |
| gcp-registry-id | GCP registry id | yes | — |
| package-lock-file-path | package-lock.json file path | no | package-lock.json |
| yarn-lock-file-path | yarn.lock file path | no | yarn.lock |
Outputs
no outputs