We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
permissions
1 parent c4b181a commit 27c437aCopy full SHA for 27c437a
.github/workflows/playwright-update.yml
@@ -12,7 +12,9 @@ jobs:
12
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update playwright snapshots') }}
13
runs-on: ubuntu-latest
14
permissions:
15
- pull-requests: write # Required by actions/update-snapshots
+ # Required by actions/update-snapshots
16
+ contents: write
17
+ pull-requests: write
18
strategy:
19
fail-fast: false
20
matrix:
0 commit comments