Skip to content

Check for updates to versions.yaml file cron job #699

Check for updates to versions.yaml file cron job

Check for updates to versions.yaml file cron job #699

name: Check for updates to versions.yaml file cron job
on:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write
pull-requests: write
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@v2
- name: Run Updatecli in Apply mode
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
updatecli apply --config updatecli-manifest.yaml