ci: run workflow with secrets for forks too (#711)

Co-authored-by: Daniel N <2color@users.noreply.github.com>
This commit is contained in:
Daniel Norman
2025-03-06 13:42:35 +01:00
committed by GitHub
parent 4ad47dd1b8
commit ed82724cdd
+4
View File
@@ -9,6 +9,10 @@ on:
branches:
- main
pull_request:
# 👇 is needed to run on PRs from forks with access to secrets.
# ⚠️ Should only be used with the repo configured to require workflow approval for all external contributors
pull_request_target:
jobs:
build-and-deploy: