Skip to content

Commit 57c00cf

Browse files
Fix check-libs charmcraft channel (#376)
1 parent 42d65cd commit 57c00cf

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
@@ -33,6 +33,7 @@ jobs:
3333
- name: Check libs
3434
uses: canonical/charming-actions/[email protected]
3535
with:
36+
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
3637
credentials: ${{ secrets.CHARMHUB_TOKEN }}
3738
github-token: ${{ secrets.GITHUB_TOKEN }}
3839
use-labels: false

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Check libs
2222
uses: canonical/charming-actions/[email protected]
2323
with:
24+
charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
2425
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2526
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
2627
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)