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 5353 - name : Check libs
5454 uses : canonical/charming-actions/check-libraries@2.6.3
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
6261 build :
6362 name : Build charm
6463 uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
65- with :
66- charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
6764
6865 integration-test :
6966 strategy :
Original file line number Diff line number Diff line change 2323 - name : Check libs
2424 uses : canonical/charming-actions/check-libraries@2.6.3
2525 with :
26- charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
2726 credentials : ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
2827 github-token : ${{ secrets.GITHUB_TOKEN }}
2928
4241 - ci-tests
4342 uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
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
You can’t perform that action at this time.
0 commit comments