Skip to content

Commit 083fc69

Browse files
Switch to charmcraft stable (#599)
1 parent d6c2af9 commit 083fc69

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
- name: Check libs
5454
uses: canonical/charming-actions/[email protected]
5555
with:
56-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5756
credentials: ${{ secrets.CHARMHUB_TOKEN }}
5857
github-token: ${{ secrets.GITHUB_TOKEN }}
5958
use-labels: false
@@ -62,8 +61,6 @@ jobs:
6261
build:
6362
name: Build charm
6463
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
65-
with:
66-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
6764

6865
integration-test:
6966
strategy:

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Release charm libraries
3333
uses: canonical/charming-actions/[email protected]
3434
with:
35-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
3635
credentials: ${{ secrets.CHARMHUB_TOKEN }}
3736
github-token: ${{ secrets.GITHUB_TOKEN }}
3837

@@ -42,10 +41,9 @@ jobs:
4241
- ci-tests
4342
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
4443
with:
45-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4644
channel: 8.0/edge
4745
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
4846
secrets:
4947
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
5048
permissions:
51-
contents: write # Needed to create GitHub release
49+
contents: write # Needed to create git tags

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
reviewers: a-velasco
1616
permissions:
17-
contents: write # Needed to push branch & tag
17+
contents: write # Needed to create git tags
1818
pull-requests: write # Needed to create PR

0 commit comments

Comments
 (0)