mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +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
|
name: Greetings
|
||||||
|
|
||||||
on:
|
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:
|
issues:
|
||||||
types:
|
types: [opened]
|
||||||
- opened
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
greeting:
|
greeting:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue