Update bundle #641
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
# Copyright 2023 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
name: Update bundle | |
on: | |
schedule: | |
- cron: '53 0 * * *' # Daily at 00:53 UTC | |
jobs: | |
update-bundle: | |
name: Update bundle | |
uses: canonical/data-platform-workflows/.github/workflows/[email protected] | |
with: | |
path-to-bundle-file: releases/latest/mysql-k8s-bundle.yaml | |
reviewers: canonical/data-platform-mysql | |
secrets: | |
token: ${{ secrets.PAT }} |