Skip to content

Match staging environment tf provider version #2

Match staging environment tf provider version

Match staging environment tf provider version #2

on:
push:
branches:
- master
- changes-to-deploy-staging
jobs:
build:
name: Release test-observer-api charm to latest/edge
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Upload charm to charmhub
uses: canonical/charming-actions/[email protected]
with:
charm-path: "backend/charm"
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"