From 55a56d8b76b11f38294d4d3b29e98df2830bb054 Mon Sep 17 00:00:00 2001 From: WhiteMind Date: Wed, 24 Jan 2024 20:14:22 +0800 Subject: [PATCH] tmp2 --- .github/workflows/update_report_snapshot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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