ably-labs/Ably Control API
GitHub Action to use the Ably Control API in your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| account-id | The name of your Ably account. | yes | — |
| control-api-key | The Control API key. | yes | — |
| app-name | The name for the Ably app to be created. | no | ${{ github.event.repository.name }} |
| create-key | Boolean to indicate if an API key should be created. | no | true |
| key-name | The friendly name for the API key. | no | Generated API key |
| key-capabilities | Comma separated list of capabilities to assign to the API key. | no | publish, subscribe |
Outputs
| name | description |
|---|---|
| app-name | The name of the created Ably app. |
| app-id | The ID of the created Ably app. |
| api-key-id | The ID of the API key of the created Ably app. |
| api-key-key | The key of the API key of the created Ably app. |