Skip to content

update-mirror

update-mirror #202

name: update-mirror
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
inputs:
version:
description: 'Specific version to add (without v prefix). Defaults to latest release.'
required: false
type: string
permissions:
contents: write
pull-requests: write
jobs:
update:
uses: ./.github/workflows/update-plugin.yaml
with:
plugin: mirror
repo: fluxcd/flux-mirror
bin: flux-mirror
version: ${{ inputs.version }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}