Skip to content

.github/workflows/run.yml #587

.github/workflows/run.yml

.github/workflows/run.yml #587

Workflow file for this run

on:
schedule:
- cron: '25 09 * * 1-5' # 09:25 UTC, Monday to Friday
workflow_dispatch:
jobs:
daniel_the_manual_spaniel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake notify:expired
env:
REALLY_POST_TO_SLACK: ${{ secrets.REALLY_POST_TO_SLACK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}