Skip to content

Commit faa94c4

Browse files
authored
ci: use pull_request_target for greeting
1 parent fc401da commit faa94c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/greetings.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Greetings
22

33
on:
4-
pull_request: {}
4+
# Runs in the context of the target (containrrr/watchtower) repository, and as such has access to GITHUB_TOKEN
5+
pull_request_target:
6+
types: [opened]
57
issues:
6-
types:
7-
- opened
8+
types: [opened]
89

910
jobs:
1011
greeting:

0 commit comments

Comments
 (0)