mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-17 21:21:51 +00:00
21 lines
648 B
YAML
21 lines
648 B
YAML
name: upgrade-fluxcd-pkg
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
pre-release-pkg:
|
|
description: >-
|
|
Temporary flag for Flux 2.8: use the flux/v2.8.x pkg branch for main branches
|
|
because the pkg release branch was cut before the Flux distribution release.
|
|
Remove this input once Flux 2.8.0 is released.
|
|
required: false
|
|
default: false
|
|
type: boolean
|
|
|
|
jobs:
|
|
upgrade-fluxcd-pkg:
|
|
uses: fluxcd/gha-workflows/.github/workflows/upgrade-fluxcd-pkg.yaml@v0.8.0
|
|
with:
|
|
pre-release-pkg: ${{ inputs.pre-release-pkg }}
|
|
secrets:
|
|
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|