Skip to content

Update bundle

Update bundle #642

# 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 }}