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 cf0cf9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_report_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
default:
runs-on: ubuntu-latest
environment: production
# environment: preview
permissions:
# peter-evans/create-pull-request requires the following permissions:
pull-requests: write
Expand All @@ -24,6 +24,7 @@ jobs:

- name: report:update
env:
# TODO: need comments
GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }}
run: |
yarn install
Expand Down

0 comments on commit cf0cf9a

Please sign in to comment.