Skip to content

Commit dc3c624

Browse files
authored
fix permissions for browsertesting open issue workflow (#62874)
1 parent af89ea4 commit dc3c624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/browsertesting-open-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
create-issue:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
issues: write
1215
steps:
1316
- name: Checkout repository
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)