Skip to content

Commit

Permalink
tmp5
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jan 24, 2024
1 parent 4629536 commit 3802987
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_report_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3802987

Please sign in to comment.