Skip to content

This Client Workload identification method is specifically designed for GitHub Action deployments.

The GitHub ID Token Repository identification method allows you to identify GitHub workflows based on their repository origin. Aembit achieves this using the repository claim within the OIDC token issued by GitHub Actions.

This method is suitable for GitHub-based CI/CD Workflow deployments.

  1. Create a new Client Workload.
  2. Choose GitHub ID Token Repository for client identification.
  3. Identify the repository where your workflow is located. Copy this full repository name and use it in the Value field according to the format below.
  • Format - {organization}/{repository} for organization-owned repositories or {account}/{repository} for user-owned repositories.
  • Example - user123/another-project
  • Navigate to your project on GitHub.
  • Locate the repository name displayed at the top left corner of the page, in the format mentioned above.

Repository name on GitHub