Skip to content

Merge pull request #25 from canonical/IAM-604 #5

Merge pull request #25 from canonical/IAM-604

Merge pull request #25 from canonical/IAM-604 #5

Workflow file for this run

name: Release Charm Library
on:
push:
branches:
- main
paths:
- "lib/charms/glauth_k8s/**"
jobs:
release-libs:
name: Release charm library
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release charm library
uses: canonical/charming-actions/release-libraries@main
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}