Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Promote Charm

Promote Charm #4

Workflow file for this run

name: Promote Charm
on:
workflow_dispatch:
inputs:
promotion:
type: choice
description: Channel to promote from
options:
- edge -> beta
- beta -> candidate
- candidate -> stable
jobs:
promote:
name: Promote
uses: canonical/observability/.github/workflows/charm-promote.yaml@main
with:
promotion: ${{ github.event.inputs.promotion }}
secrets: inherit