Update autoSyncMergedPullRequest.yml

Use the pull_request_target event instead of pull_request since pull_request_target has access to the secrets.
This commit is contained in:
Octavian FlowiseAI 2024-01-25 03:42:06 +01:00 committed by GitHub
parent d38433ba5d
commit 600f99aa95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: autoSyncMergedPullRequest name: autoSyncMergedPullRequest
on: on:
pull_request: pull_request_target:
types: types:
- closed - closed
branches: [ "main" ] branches: [ "main" ]