kajatin/Retrieve Auth0 Access Token
Auth0 login management for your GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tenant-url | Your Auth0 tenant URL. | yes | — |
| client-id | Your Auth0 client ID. | yes | — |
| client-secret | Your Auth0 client secret. | yes | — |
| audience | Your Auth0 audience. | no | — |
| grant-type | Your Auth0 grant type. | no | client_credentials |
Outputs
| name | description |
|---|---|
| access-token | Your Auth0 access token. |