File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 61
61
- name : Check libs
62
62
uses :
canonical/charming-actions/[email protected]
63
63
with :
64
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
65
64
credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
66
65
github-token : " ${{ secrets.GITHUB_TOKEN }}"
67
66
use-labels : false
70
69
build :
71
70
name : Build charm
72
71
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
73
- with :
74
- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
75
72
76
73
integration-test :
77
74
strategy :
Original file line number Diff line number Diff line change 19
19
- ci-tests
20
20
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
21
21
with :
22
- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
23
22
channel : 8.0/edge
24
23
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
25
24
secrets :
26
25
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
27
26
permissions :
28
- contents : write # Needed to create GitHub release
27
+ contents : write # Needed to create git tags
You can’t perform that action at this time.
0 commit comments