File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 50
50
build :
51
51
name : Build charm
52
52
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
53
- with :
54
- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
55
53
56
54
integration-test :
57
55
strategy :
Original file line number Diff line number Diff line change 29
29
- name : Check libs
30
30
uses :
canonical/charming-actions/[email protected]
31
31
with :
32
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
33
32
credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
34
33
github-token : " ${{ secrets.GITHUB_TOKEN }}"
35
34
Original file line number Diff line number Diff line change 37
37
- name : Release charm libraries
38
38
uses :
canonical/charming-actions/[email protected]
39
39
with :
40
- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
41
40
credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
42
41
github-token : " ${{ secrets.GITHUB_TOKEN }}"
43
42
47
46
- ci-tests
48
47
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
49
48
with :
50
- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
51
49
channel : 14/edge
52
50
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
53
51
secrets :
54
52
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
55
53
permissions :
56
- contents : write # Needed to create GitHub release
54
+ contents : write # Needed to create git tags
You can’t perform that action at this time.
0 commit comments