Skip to content
/ fold Public

Cloudflare Worker that acts as a middleman between Ukoreh and GitHub Actions!

License

Notifications You must be signed in to change notification settings

ukoreh/fold

Repository files navigation

fold

Serveless service - Cloudflare Worker


This worker was bootstrapped using worker brick and configured with wrangler CLI. You can install it via NPM: npm install -g wrangler

Development

Run the local server via npm run start

Deploy

Setup worker environment variables with the following one-line:

IFS='='; ENV_FILE=.dev.vars; cat $ENV_FILE | while read line || [[ -n $line ]]; do read -ra envy <<< $line; wrangler secret put ${envy[0]} <<< ${envy[1]}; done

Deploy to Cloudflare via npm run deploy

Contact

This template was prepared by:

  • João Freitas, @freitzzz
  • Rute Santos, @rutesantos4

Contact us if you need help on your project!

About

Cloudflare Worker that acts as a middleman between Ukoreh and GitHub Actions!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published