From bc4995d34f266f1027a0455ed701bb774e661e5b Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Fri, 14 Jul 2023 14:07:40 +0000 Subject: [PATCH] Add missing permissions to release.yaml Fixes broken release CI: https://github.com/canonical/mysql-router-k8s-operator/actions/runs/5554887264 Follow-up to #108 --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 31d7d2370..550be4084 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,6 +27,8 @@ jobs: needs: - lib-check uses: ./.github/workflows/ci.yaml + permissions: + actions: write # Needed to manage GitHub Actions cache build: name: Build charm