Skip to content

Commit

Permalink
ci: use pull_request_target for greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Oct 14, 2022
1 parent fc401da commit faa94c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit faa94c4

Please sign in to comment.