https://github.com/ltla/anime-slack-cronjob
Hosts GitHub Actions that posts anime GIFs to my various slack channels.
https://github.com/ltla/anime-slack-cronjob
Last synced: 5 months ago
JSON representation
Hosts GitHub Actions that posts anime GIFs to my various slack channels.
- Host: GitHub
- URL: https://github.com/ltla/anime-slack-cronjob
- Owner: LTLA
- Created: 2020-06-08T01:57:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T05:13:28.000Z (over 5 years ago)
- Last Synced: 2025-06-14T15:47:57.402Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions as cron jobs
This repository uses GitHub Actions to piggy-back as cron jobs to post anime GIFs
(see https://github.com/LTLA/acceptable-anime-gifs) to various Slack channels.
1. Set up an incoming webhook for a Slack app as described [here](https://api.slack.com/messaging/webhooks).
2. Create a secret on this repository with that webhook's URL, e.g., `SLACK_WORK_WEBHOOK`.
3. Reference that secret in the workflow step that uses https://github.com/LTLA/actions-anime-gif-slackbot.
It's best to use one workflow per Slack channel for fine-grained control of the schedule.