diff --git a/.github/workflows/update_report_snapshot.yaml b/.github/workflows/update_report_snapshot.yaml index 87a17ec7..a7065af8 100644 --- a/.github/workflows/update_report_snapshot.yaml +++ b/.github/workflows/update_report_snapshot.yaml @@ -10,7 +10,6 @@ on: jobs: default: runs-on: ubuntu-latest - environment: production permissions: # peter-evans/create-pull-request requires the following permissions: pull-requests: write @@ -19,11 +18,11 @@ jobs: steps: - uses: actions/checkout@v3 with: - repository: WhiteMinds/neuron-troubleshooting - ref: feat/338_WeeklyReportScript + ref: ${{ github.ref }} - name: report:update env: + # TODO: need comments GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }} run: | yarn install