Skip to content

updated troubleshooting #19

updated troubleshooting

updated troubleshooting #19

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets:
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

Check failure on line 14 in .github/workflows/flowzone.yml

View workflow run for this annotation

GitHub Actions / Flowzone

Invalid workflow file

The workflow is not valid. .github/workflows/flowzone.yml (Line: 14, Col: 24): Invalid secret, GPG_PRIVATE_KEY is not defined in the referenced workflow. .github/workflows/flowzone.yml (Line: 15, Col: 23): Invalid secret, GPG_PASSPHRASE is not defined in the referenced workflow.
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
with:
required_approving_review_count: 0
repo_config: true
repo_description: "CloudFormation templates to deploy black.box Unzoner backends."
repo_homepage: "belodetek.io"