Skip to content
name: Promote testflinger-k8s charm from edge to latest/stable
on:
workflow_dispatch:
push:
branches: ["testflinger-k8s-promote-charm-stable"]
jobs:
promote-charm:
name: Promote testflinger-k8s charm to stable
runs-on: ubuntu-latest
steps:
- name: Release testflinger-k8s charm to stable
uses: canonical/charming-actions/promote-charm@main
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
destination-channel: stable
origin-channel: edge
charm-path: server/charm