Skip to content

Commit

Permalink
tmp2
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jan 24, 2024
1 parent 30ae1a7 commit 55d3cb7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/update_report_snapshot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Update Report Snapshot
env:
REPORT_GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }}

on:
push:
Expand All @@ -8,16 +10,20 @@ on:
- cron: '0 0 * * 1'

jobs:
Deploy-Production:
default:
runs-on: ubuntu-latest
environment: production
permissions:
pull-requests: write # open PR
contents: write # update snapshots

steps:
- uses: actions/checkout@v3
with:
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
Expand Down

0 comments on commit 55d3cb7

Please sign in to comment.