diff --git a/.github/workflows/update_report_snapshot.yaml b/.github/workflows/update_report_snapshot.yaml index 61a2c117..5427d1eb 100644 --- a/.github/workflows/update_report_snapshot.yaml +++ b/.github/workflows/update_report_snapshot.yaml @@ -1,4 +1,6 @@ name: Update Report Snapshot +env: + REPORT_GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }} on: push: @@ -16,8 +18,6 @@ jobs: repository: WhiteMinds/neuron-troubleshooting 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