Opensearch Pipeline #665
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Opensearch Pipeline | |
# Run this workflow every time a new commit pushed to your main repository or manually | |
on: | |
schedule: | |
- cron: "0 23 * * *" | |
push: | |
branches: | |
-main | |
workflow_dispatch: | |
jobs: | |
opensearch: | |
uses: bcgov-nr/auth-sync-app/.github/workflows/auth-sync-app-runner.yml@main | |
with: | |
name: opensearch | |
secrets: inherit |