Skip to content

Commit

Permalink
Auto-update charm libraries (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Apr 28, 2023
1 parent c0e5c5d commit 2f8ee7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/auto_update_libs.yaml
@@ -0,0 +1,10 @@
name: Auto-update charm libraries

on:
schedule:
- cron: "0 1 * * *"

jobs:
auto-update-libs:
uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@main
secrets: inherit

0 comments on commit 2f8ee7a

Please sign in to comment.