mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
ci: use pull_request_target for greeting
This commit is contained in:
parent
fc401dae75
commit
faa94c4fd1
1 changed files with 4 additions and 3 deletions
7
.github/workflows/greetings.yml
vendored
7
.github/workflows/greetings.yml
vendored
|
@ -1,10 +1,11 @@
|
|||
name: Greetings
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
# Runs in the context of the target (containrrr/watchtower) repository, and as such has access to GITHUB_TOKEN
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue