Skip to content

Commit

Permalink
feat: add Github Actions to periodically update themes with latest sc…
Browse files Browse the repository at this point in the history
…hemes
  • Loading branch information
bezhermoso committed Dec 23, 2024
1 parent a486612 commit 1a9aadc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-with-schemes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Update with the latest schemes"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Every day

jobs:
build-and-commit:
uses: "tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@main"
secrets:
token: ${{ secrets.GITHUB_ACTIONS_ACCESS_TOKEN }}
with:
ref: ${{ github.head_ref }}

0 comments on commit 1a9aadc

Please sign in to comment.