Daily Builds #64
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: Daily Builds | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '8 20 * * *' | |
jobs: | |
trigger_daily_build: | |
uses: ./.github/workflows/shippable_builds.yml | |
secrets: inherit | |
permissions: | |
contents: write # For release bumps | |
id-token: write # For GCS publishing (ftp.mo) |