ably-labs/Ably Control API

GitHub Action to use the Ably Control API in your workflow.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Aug 17, 2026
Maintenance Recency
Stalelast commit Sep 13, 2022
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: ably-labs/ably-control-api-action@1debc393c1de08d5beda16da81e61473830527d7 # v0.1.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
account-idThe name of your Ably account.yes
control-api-keyThe Control API key.yes
app-nameThe name for the Ably app to be created.no${{ github.event.repository.name }}
create-keyBoolean to indicate if an API key should be created.notrue
key-nameThe friendly name for the API key.noGenerated API key
key-capabilitiesComma separated list of capabilities to assign to the API key.nopublish, subscribe
namedescription
app-nameThe name of the created Ably app.
app-idThe ID of the created Ably app.
api-key-idThe ID of the API key of the created Ably app.
api-key-keyThe key of the API key of the created Ably app.