Skip to content

Commit

Permalink
chore(ci): fix PR from fork testing (#53)
Browse files Browse the repository at this point in the history
Using `pull_request_target` instead of `pull_request` should give us
access to a token with write permission, effectivelly allowing tests
from forks to work properly.
  • Loading branch information
mmarchini authored Nov 19, 2020
1 parent ee1c28f commit 7bfec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test
on:
pull_request:
pull_request_target:
push:
branches:
- master
Expand Down

0 comments on commit 7bfec01

Please sign in to comment.