zipper-inc/Zipper Action

Run any Zipper project from a GitHub Action, which really means you can run arbitrary Typescript functions in serverless environment. Easy to test and update outside of GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
applet-slugThe slug of the Zipper Applet you want to runyes
filenameThe handler that you want to run. Defaults to main.tsnomain.ts
inputsyes
zipper-access-tokenA Zipper Applet access token that has permission to run the applet (if it requires auth)no
awaitAwaits the handler function before completing the GitHub Action runnotrue
namedescription
resultThe result of your applet run. Returns a boolean status if `await` is false.