From 85f229e3ec4002c99d231cafb540682f7f7858bd Mon Sep 17 00:00:00 2001 From: "soleng-terraform[bot]" <168111096+soleng-terraform[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:58:39 +0000 Subject: [PATCH 1/2] update .github/workflows/promote.yaml --- .github/workflows/promote.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index e6b4f64..fed31a1 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -30,11 +30,10 @@ jobs: destination=$(echo "$channel_promotion" | sed 's/.*->\s*//') echo "destination-channel=$destination" >> $GITHUB_OUTPUT echo "origin-channel=$origin" >> $GITHUB_OUTPUT - - name: Release charm to channel - uses: canonical/charming-actions/release-charm@2.6.2 + - name: Promote charm to channel + uses: canonical/charming-actions/promote-charm@2.6.3 with: credentials: ${{ secrets.CHARMHUB_TOKEN }} - github-token: ${{ secrets.GITHUB_TOKEN }} destination-channel: ${{ steps.set-channels.outputs.destination-channel }} origin-channel: ${{ steps.set-channels.outputs.origin-channel }} charmcraft-channel: "2.x/stable" From f1e01911b6e6aed562d9df9958d84c7deffcc72e Mon Sep 17 00:00:00 2001 From: "soleng-terraform[bot]" <168111096+soleng-terraform[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:01:04 +0000 Subject: [PATCH 2/2] update .github/workflows/promote.yaml