Skip to content

2 [on_schedule] Reset cache weekly #34

2 [on_schedule] Reset cache weekly

2 [on_schedule] Reset cache weekly #34

name: "2 [on_schedule] Reset cache weekly"
on:
schedule:
- cron: "0 0 * * 0"
permissions: write-all
jobs:
prepare-cache-weekly:
name: "Prepare cache"
uses: ./.github/workflows/dev_on_workflow_update_api_client_template.yml

Check failure on line 12 in .github/workflows/dev_on_schedule_prepare_cache_weekly.yml

View workflow run for this annotation

GitHub Actions / 2 [on_schedule] Reset cache weekly

Invalid workflow file

The workflow is not valid. .github/workflows/dev_on_schedule_prepare_cache_weekly.yml (Line: 12, Col: 11): Input api-changed is required, but not provided while calling. .github/workflows/dev_on_schedule_prepare_cache_weekly.yml (Line: 12, Col: 11): Input dependencies-changed is required, but not provided while calling.
with:
PCAPI_DOCKER_TAG: latest
TRIGGER_ONLY_ON_API_CHANGE: false
TRIGGER_ONLY_ON_DEPENDENCY_CHANGE: false
CACHE_BUCKET_NAME: "passculture-infra-prod-github-runner-cache"
secrets:
GCP_EHP_SERVICE_ACCOUNT: ${{ secrets.GCP_EHP_SERVICE_ACCOUNT }}
GCP_EHP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_EHP_WORKLOAD_IDENTITY_PROVIDER }}