An open API service indexing awesome lists of open source software.

https://github.com/briangershon/github-actions-cron

Example of running a Node.js script on a schedule via Github Actions.
https://github.com/briangershon/github-actions-cron

cron github-actions github-actions-javascript nodejs

Last synced: 7 months ago
JSON representation

Example of running a Node.js script on a schedule via Github Actions.

Awesome Lists containing this project

README

          

# github-actions-cron

Example of running a Node.js script on a schedule via Github Actions.

Includes:

- Installation of Node.js dependencies
- Running script on a schedule (and also when code is pushed for testing)
- Bringing in a secret env variable