Skip to content

.github/workflows/daily-deploy.yml #9

.github/workflows/daily-deploy.yml

.github/workflows/daily-deploy.yml #9

Workflow file for this run

name: Daily Deploy Docs CRON
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 17 * * *'
- cron: '0 1 * * *'
jobs:
trigger:
uses: nginxinc/docs/.github/workflows/build-push.yml@main

Check failure on line 11 in .github/workflows/daily-deploy.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/daily-deploy.yml" -> "nginxinc/docs/.github/workflows/build-push.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
environment: "prod"
secrets:
AZURE_CREDENTIALS_DOCS: ${{secrets.AZURE_CREDENTIALS_DOCS}}
AZURE_KEY_VAULT_DOCS: ${{secrets.AZURE_KEY_VAULT_DOCS}}