We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aa65e commit 06c7939Copy full SHA for 06c7939
.github/workflows/ci.yaml
@@ -49,6 +49,7 @@ jobs:
49
- name: Check libs
50
uses: canonical/charming-actions/[email protected]
51
with:
52
+ charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
53
credentials: ${{ secrets.CHARMHUB_TOKEN }}
54
github-token: ${{ secrets.GITHUB_TOKEN }}
55
use-labels: false
.github/workflows/release.yaml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
credentials: ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
28
29
0 commit comments