Skip to content

Update kernel version #22

Update kernel version

Update kernel version #22

---
name: Update kernel version
on:
workflow_dispatch:
schedule:
# Run once a day
- cron: "30 0 * * *"
permissions:
contents: write
pull-requests: write
jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Updatecli in the runner
uses: updatecli/[email protected]
- name: Update Kernel Version
run: updatecli apply --config .github/updatecli.d/update-kernel.yaml --values .github/updatecli.d/values.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}