Fix 'Resource not accessible by integration' for GitHub action

This commit should make it work for pull requests too.
This commit is contained in:
JoeLametta
2020-09-17 21:48:17 +02:00
committed by GitHub
parent 3acc3ffed6
commit 145cc47aa8

View File

@@ -1,6 +1,6 @@
name: Greetings
on: [pull_request, issues]
on: [pull_request_target, issues]
jobs:
greeting: