Skip to content

Commit

Permalink
tmp3
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jan 24, 2024
1 parent 8628963 commit 1d28681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_report_snapshot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Update Report Snapshot
env:
REPORT_GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }}

on:
push:
Expand All @@ -25,6 +23,8 @@ jobs:
ref: feat/338_WeeklyReportScript

- name: report:update
env:
REPORT_GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }}
run: |
yarn install
yarn workspace @magickbase-website/scripts report:update
Expand Down

0 comments on commit 1d28681

Please sign in to comment.