nietthijmen/Kernel.SH actions

Create and manage your kernel.sh virtual chromium instances directly from GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyYour kernel.sh API key. You can find it in your kernel.sh dashboard.yes
actionThe action to perform. Can be "create", "delete", or "list".yescreate
session_idThe ID of the session to use when sideloading replays, or deleting an instance. Required when action is "delete" or when sideloading replays.no
with_replaysWhether to include session information in the output when listing instances. Can be "true" or "false".nofalse
namedescription
browser_idThe ID of the created browser instance. Only available when action is "create".
session_idThe ID of the created session. Only available when action is "create".
cdp_ws_urlThe WebSocket URL for the Chrome DevTools Protocol. Only available when action is "create".
live_view_urlThe URL for the live view of the browser instance. Only available when action is "create".
replay_idThe ID of the created replay. Only available when action is "create" and with_replays is "true".