Skip to content

Commit

Permalink
Update permissions in the galata snapshot workflow (#7105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 12, 2023
1 parent c4b181a commit 27c437a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update playwright snapshots') }}

This comment has been minimized.

Copy link
@dana1428

dana1428 Oct 14, 2023

ede

runs-on: ubuntu-latest
permissions:
pull-requests: write # Required by actions/update-snapshots
# Required by actions/update-snapshots
contents: write
pull-requests: write
strategy:
fail-fast: false
matrix:
Expand Down

1 comment on commit 27c437a

@dana1428
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dwkjd

Please sign in to comment.