Skip to content

Commit

Permalink
Update push-events.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanner committed Sep 17, 2024
1 parent 764c08f commit 2c327bc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/push-events-daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Push events daily"

on:
workflow_dispatch:
schedule:
- cron: '0 15 * * *'

jobs:
syndicate:
name: "Post events"
runs-on: ubuntu-latest

steps:
- name: "Check out repository"
uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- run: bundle exec ruby main.rb --destinations=TD
env:
SYN_ENV: production
TD_SLACK_WEBHOOK: ${{ secrets.TD_SLACK_WEBHOOK }}

0 comments on commit 2c327bc

Please sign in to comment.