Update dependency Jinja2 to v3.1.4 [SECURITY] (#323) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release testflinger-agent charm to latest/edge | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- agent/charms/testflinger-agent-charm/** | |
- .github/workflows/agent-charm-release-edge.yml | |
workflow_dispatch: | |
jobs: | |
agent-build-and-push-charm: | |
runs-on: [self-hosted, linux, jammy, X64] | |
permissions: | |
contents: read | |
packages: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Upload charm to charmhub | |
uses: canonical/charming-actions/[email protected] | |
with: | |
charm-path: agent/charms/testflinger-agent-charm | |
credentials: "${{ secrets.CHARMHUB_TOKEN }}" | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
channel: "latest/edge" | |
tag-prefix: "agent-charm" |