Skip to content

Update third party directory #35

Update third party directory

Update third party directory #35

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@f11c0cb3aca7a018d6000dc86a57eb3442277219 # v2.81.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"