Fix GITHUB_TOKEN secret in update-snapshots workflow

This commit is contained in:
Antonin Stefanutti 2023-02-13 16:41:10 +01:00 committed by Antonin Stefanutti
parent 43662f5e27
commit 694c2ae511

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci
- run: npx playwright install firefox
- run: npm run test:generate-pdfs