Skip to content

Commit ed82724

Browse files
authored
ci: run workflow with secrets for forks too (#711)
Co-authored-by: Daniel N <[email protected]>
1 parent 4ad47dd commit ed82724

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111
pull_request:
12+
# 👇 is needed to run on PRs from forks with access to secrets.
13+
# ⚠️ Should only be used with the repo configured to require workflow approval for all external contributors
14+
pull_request_target:
15+
1216

1317
jobs:
1418
build-and-deploy:

0 commit comments

Comments
 (0)