Polaris Pipeline #422
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: Polaris 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: | |
polaris: | |
uses: bcgov-nr/auth-sync-app/.github/workflows/auth-sync-app-runner.yml@main | |
with: | |
name: polaris | |
secrets: inherit |