Skip to content

Sysctl library (#99) #15

Sysctl library (#99)

Sysctl library (#99) #15

Workflow file for this run

name: Release Libraries
on:
push:
branches:
- main
jobs:
release-libs:
name: Release any bumped library
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release any bumped charm library
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"