mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-03 08:38:52 +00:00
Remove no longer needed workaround for Flux 2.8
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
8262f8099e
commit
2666eaf8fc
4 changed files with 4 additions and 15 deletions
13
.github/workflows/upgrade-fluxcd-pkg.yaml
vendored
13
.github/workflows/upgrade-fluxcd-pkg.yaml
vendored
|
|
@ -2,20 +2,9 @@ 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 }}
|
||||
uses: fluxcd/gha-workflows/.github/workflows/upgrade-fluxcd-pkg.yaml@v0.9.0
|
||||
secrets:
|
||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue