Use pull_request_target to allow access to secrets (#2438)
This commit is contained in:
parent
03927cda3b
commit
3e503a7bb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -2,7 +2,7 @@ name: Cypress
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [main]
|
||||
jobs:
|
||||
setup:
|
||||
|
|
Loading…
Reference in a new issue