Skip to content

Commit 95772ef

Browse files
committed
ci: harden label based browser runner
1 parent 8d0ca3e commit 95772ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/browser-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: Browser Tests for forked PRs
2-
'on':
3-
pull_request_target:
2+
3+
on:
4+
pull_request:
45
types:
56
- labeled
67

8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
712
jobs:
813
test-browser:
914
# TODO: configure to retain build artifacts in `.karma/` dir

0 commit comments

Comments
 (0)