Skip to content

.github/workflows/continuous-deploy.yml #17

.github/workflows/continuous-deploy.yml

.github/workflows/continuous-deploy.yml #17

name: Deploy to Cloudflare Pages
on:
workflow_run:
workflows: ["Build"]
types:
- completed
jobs:
deploy-to-cloudflare:
name: Deploy to Cloudflare Pages
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ubiquity/.github/.github/workflows/deploy.yml@main

Check failure on line 13 in .github/workflows/continuous-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/continuous-deploy.yml" -> "ubiquity/.github/.github/workflows/deploy.yml@main" : failed to fetch workflow: workflow was not found.
permissions:
contents: read
pull-requests: write
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
UBIQUITY_BOUNTY_BOT_APP_ID: ${{ secrets.UBIQUITY_BOUNTY_BOT_APP_ID }}
UBIQUITY_BOUNTY_BOT_PRIVATE_KEY: ${{ secrets.UBIQUITY_BOUNTY_BOT_PRIVATE_KEY }}