Skip to content

Daily Helm Chart Sync #48

Daily Helm Chart Sync

Daily Helm Chart Sync #48

Workflow file for this run

name: Daily Helm Chart Sync
on:
schedule:
- cron: "0 3 * * *" # 03:00 UTC
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Git
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
- name: Show target sources
run: cat ./helm/sources.txt
- name: Run Sync Script
run: |
./helm/sync.sh