Merge pull request #164 from balena-io/enable-external-contributions

Enable CI for external contributions
This commit is contained in:
dfunckt 2023-02-16 16:00:06 +02:00 committed by GitHub
commit 69bbfd129a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,11 @@ name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
@ -13,4 +15,4 @@ jobs:
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
cloudflare_website: "open-balena"
cloudflare_website: "open-balena"