mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-10-01 01:35:37 -04:00
chore: change pr workflow to pull_request_target
secrets should be available on PRs, see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
This commit is contained in:
parent
8078b823b4
commit
552546c0df
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
@ -2,7 +2,7 @@
|
||||
name: Pull request workflow
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
branches: [ master, main ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user