Skip to content

docs: Fix dashboards docs update workflow (#252) #113

docs: Fix dashboards docs update workflow (#252)

docs: Fix dashboards docs update workflow (#252) #113

Workflow file for this run

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Release to Charmhub
on:
push:
branches:
- 2/edge
paths-ignore:
- 'docs/**'
- '**.md'
- '.gitignore'
jobs:
ci-tests:
name: Tests
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
contents: write # Needed for Allure Report beta
release:
name: Release charm
needs:
- ci-tests
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.1.0
with:
track: "2"
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create git tags