We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf960f9 commit ba81a7eCopy full SHA for ba81a7e
.github/workflows/update-playwright-e2e-docs.yml
@@ -13,13 +13,12 @@ name: Update Playwright E2E Documentation
13
on:
14
workflow_dispatch:
15
16
-permissions:
17
- contents: write
18
- pull-requests: write
19
-
20
jobs:
21
update-docs:
22
runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ pull-requests: write
23
steps:
24
- name: Validate Branch
25
run: |
0 commit comments