YC IAM Token via Workload Identity Federation
ActionsThe action issues new Yandex Cloud IAM token and puts it in the output.
Table of Contents
This action can be used in your workflow as follows:
- name: Get Yandex Cloud IAM token
id: get-iam-token
uses: docker://ghcr.io/yc-actions/yc-iam-token-fed:1.0.0
with:
yc-sa-id: aje***
GitHub JWT token will be used to authenticate the action. It will be exchanged for Yandex Cloud IAM token using the
service account ID provided in the yc-sa-id
input.
Name | Description |
---|---|
yc-sa-id |
Service Account ID |
Name | Description |
---|---|
token |
Generated IAM token |
To perform this action, service account is required.
This code is made available under the MIT license.
YC IAM Token via Workload Identity Federation is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.