Skip to content

Commit

Permalink
Add article script from Matt
Browse files Browse the repository at this point in the history
  • Loading branch information
odensc committed Oct 31, 2023
1 parent 6831469 commit 4978c10
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 693 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Graffiti Dashboard (build)
name: Build

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Graffiti Dashboard (cron)
name: Cron

on:
# Run daily at 8am
Expand All @@ -15,7 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Run script
- name: Run articles
env:
ZENDESK_API_EMAIL: ${{ secrets.ZENDESK_API_EMAIL }}
ZENDESK_API_TOKEN: ${{ secrets.ZENDESK_API_TOKEN }}
run: Rscript /app/scripts/articles/articles.R
- name: Run graffiti-dashboard
env:
ZENDESK_API_EMAIL: ${{ secrets.ZENDESK_API_EMAIL }}
ZENDESK_API_TOKEN: ${{ secrets.ZENDESK_API_TOKEN }}
Expand Down
Loading

0 comments on commit 4978c10

Please sign in to comment.