diff --git a/.github/workflows/update_report_snapshot.yaml b/.github/workflows/update_report_snapshot.yaml index 63411e88..f8f29d2f 100644 --- a/.github/workflows/update_report_snapshot.yaml +++ b/.github/workflows/update_report_snapshot.yaml @@ -1,6 +1,4 @@ name: Update Report Snapshot -env: - REPORT_GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }} on: push: @@ -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