Skip to content

Add a github workflow to release testflinger-k8s charm to stable #1

Add a github workflow to release testflinger-k8s charm to stable

Add a github workflow to release testflinger-k8s charm to stable #1

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