File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
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 32
32
- name : Release charm libraries
33
33
uses :
canonical/charming-actions/[email protected]
34
34
with :
35
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
36
35
credentials : ${{ secrets.CHARMHUB_TOKEN }}
37
36
github-token : ${{ secrets.GITHUB_TOKEN }}
38
37
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
Original file line number Diff line number Diff line change 14
14
with :
15
15
reviewers : a-velasco
16
16
permissions :
17
- contents : write # Needed to push branch & tag
17
+ contents : write # Needed to create git tags
18
18
pull-requests : write # Needed to create PR
You can’t perform that action at this time.
0 commit comments