Skip to content

Commit a0c58dc

Browse files
committed
Try to fix the action by changing to target event
1 parent 35b3d34 commit a0c58dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Analyze Bundle
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
push:
66
branches:
77
- main # change this if your default branch is named differently

.github/workflows/analyze_comment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
types:
77
- completed
88

9-
permissions: write-all
9+
permissions:
10+
pull-requests: write
1011

1112
jobs:
1213
comment:

0 commit comments

Comments
 (0)