File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 53
53
- name : Check libs
54
54
uses :
canonical/charming-actions/[email protected]
55
55
with :
56
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
57
56
credentials : ${{ secrets.CHARMHUB_TOKEN }}
58
57
github-token : ${{ secrets.GITHUB_TOKEN }}
59
58
use-labels : false
62
61
build :
63
62
name : Build charm
64
63
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
67
64
68
65
integration-test :
69
66
strategy :
Original file line number Diff line number Diff line change 23
23
- name : Check libs
24
24
uses :
canonical/charming-actions/[email protected]
25
25
with :
26
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
27
26
credentials : ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
28
27
github-token : ${{ secrets.GITHUB_TOKEN }}
29
28
42
41
- ci-tests
43
42
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
44
43
with :
45
- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
46
44
channel : 8.0/edge
47
45
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
48
46
secrets :
49
47
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
50
48
permissions :
51
- contents : write # Needed to create GitHub release
49
+ contents : write # Needed to create git tags
You can’t perform that action at this time.
0 commit comments