Skip to content

Update third party directory #23

Update third party directory

Update third party directory #23

name: Update third party directory
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * MON" # Trigger this workflow every Monday at 00:00
jobs:
third-party-update:
name: Update third party directory
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@304d62420deffb7c824c9cad12942906e16e4352 # v2.76.0
- name: Fetch latest Kubernetes released version
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPDATECLI_GITHUB_OWNER: ${{ github.repository_owner }}
run: "updatecli apply --debug --config ./updatecli/update_api_server_files.yaml"
- name: Updates third party directory files
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPDATECLI_GITHUB_OWNER: ${{ github.repository_owner }}
run: "updatecli apply --debug --config ./updatecli/update_third_party_files.yaml --values /tmp/updatecli/values.yaml --values ./updatecli/values.yaml"