null395922 / github-actions-cron

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-actions-cron22 n3

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

About

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

License:MIT License


Languages

Language:Shell 96.1%Language:JavaScript 3.9%