buddy/Buddy Login
Authenticate with Buddy CI/CD platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider_id | UUID of your Buddy OIDC provider configuration. Required for OIDC authentiaction. Recommendation: Store authentication tokens in GitHub Secrets to keep credentials secure and out of your codebase. | no | — |
| token | The PAT (Personal Access Token). Required if not using OIDC authentication. Recommendation: Store authentication tokens in GitHub Secrets to keep credentials secure and out of your codebase. | no | — |
| region | Buddy region (EU, AP, or US). Cannot be used with api_url. | no | US |
| api_url | Custom API URL for on-premise Buddy installations. Cannot be used with region. | no | — |
| audience | Audience for which the GitHub OIDC provider token is intended. | no | — |
| debug | Enable debug logging for troubleshooting | no | — |
Outputs
| name | description |
|---|---|
| token | Buddy token that can be used to authenticate API requests in subsequent workflow steps. It is also exported as BUDDY_TOKEN variable |
| api_endpoint | The URL to Buddy API endpoint. It is also exported as BUDDY_API_ENDPOINT variable. |