goauthentik/"Configure authentik Credentials" Action for GitHub Actions
Creates authentik credentials for use in subsequent requests in a GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authentik_url | URL to the authentik instance | yes | — |
| client_id | Client ID of the application authorize to | yes | — |
| scope | OAuth scopes to request, space separated list | no | — |
Outputs
| name | description |
|---|---|
| token | JWT token |