Skip to content

Commit 06c7939

Browse files
Fix check-libs charmcraft channel (#552)
1 parent d5aa65e commit 06c7939

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Check libs
5050
uses: canonical/charming-actions/[email protected]
5151
with:
52+
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
5253
credentials: ${{ secrets.CHARMHUB_TOKEN }}
5354
github-token: ${{ secrets.GITHUB_TOKEN }}
5455
use-labels: false

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Check libs
2424
uses: canonical/charming-actions/[email protected]
2525
with:
26+
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
2627
credentials: ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
2728
github-token: ${{ secrets.GITHUB_TOKEN }}
2829

0 commit comments

Comments
 (0)