Skip to content

Publishing

Publishing #68

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Publishing
on:
schedule:
- cron: '00 21 * * *'
workflow_dispatch:
jobs:
call-workflow:
uses: OpenIsraeliSupermarkets/daily-publish-supermarket-data/.github/workflows/template.yml@main
with:
operation: "publishing"
secrets: inherit