actions-marketplace-validations/YC IAM Token
GitHub Action issuing Yandex Cloud IAM Token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yc-sa-json-credentials | Json containing authorized key for Service Account. Either "yc-sa-json-credentials" or all three of "yc-key-id", "yc-service-account-id" and "yc-private-key" is required. More info https://cloud.yandex.ru/docs/container-registry/operations/authentication#sa-json | no | — |
| yc-key-id | "id" field from Service Account json key. | no | — |
| yc-service-account-id | "service_account_id" field from Service Account json key. | no | — |
| yc-private-key | "private_key" field from Service Account json key. | no | — |
| mask-token | Mask generated IAM token | no | true |
Outputs
| name | description |
|---|---|
| token | IAM Token. |