canonical / testflinger

https://testflinger.readthedocs.io/en/latest/
GNU General Public License v3.0
12 stars 20 forks source link

Add github token secret to the workflow for uploading agent charms #327

Closed plars closed 3 months ago

plars commented 3 months ago

Description

It looks like the upload-charm needs the github token even if you don't pull an oci container from ghcr.io. It seems to use it for tagging. I'm not sure how the current set of tags it seems to have used really line up with the charm releases, but there also seems to be a tag prefix you can use that helps differentiate them here so I added that also.

Resolved issues

Charm fails to upload without the token at least

Documentation

N/A

Web service API changes

N/A

Tests