Skip to content

Commit

Permalink
Enable cron updates of Mint leaves.
Browse files Browse the repository at this point in the history
  • Loading branch information
doxavore committed Apr 24, 2024
1 parent c1a0513 commit f80aab4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mint/update-leaves.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
cron:
- key: update-leaves
schedule: '20 2 * * *'
init:
sha: ${{ event.cron.git.sha }}

tasks:
- key: update
call: mint/update-leaves-github 1.0.1
with:
repository: https://github.com/rwx-research/mint-cli.git
ref: ${{ init.sha }}
github-access-token: ${{ vaults.mint_leaves_update.github-apps.mint-rwx-mint-leaves-update.token }}

0 comments on commit f80aab4

Please sign in to comment.