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.
- Host: GitHub
- URL: https://github.com/briangershon/github-actions-cron
- Owner: briangershon
- License: mit
- Created: 2020-09-28T05:10:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T03:25:04.000Z (about 5 years ago)
- Last Synced: 2025-05-04T02:39:46.640Z (10 months ago)
- Topics: cron, github-actions, github-actions-javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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