Skip to content

Commit 27c437a

Browse files
authored
Update permissions in the galata snapshot workflow (#7105)
1 parent c4b181a commit 27c437a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update playwright snapshots') }}
1313
runs-on: ubuntu-latest
1414
permissions:
15-
pull-requests: write # Required by actions/update-snapshots
15+
# Required by actions/update-snapshots
16+
contents: write
17+
pull-requests: write
1618
strategy:
1719
fail-fast: false
1820
matrix:

0 commit comments

Comments
 (0)