From 02cec4b3d695b09f0422981b87d6997b9c1675a4 Mon Sep 17 00:00:00 2001 From: Mia Altieri <32723809+MiaAltieri@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:35:37 +0200 Subject: [PATCH] Add Mehdi's suggestions for Allure Co-authored-by: Mehdi Bendriss --- .github/workflows/ci.yaml | 2 ++ .github/workflows/release.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99ea665e..08af8034 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,3 +71,5 @@ jobs: cloud: microk8s microk8s-snap-channel: 1.29-strict/stable juju-agent-version: 3.4.4 + permissions: + contents: write # Needed for Allure Report beta diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe915479..a0eff4d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,8 @@ jobs: ci-tests: uses: ./.github/workflows/ci.yaml secrets: inherit + permissions: + contents: write # Needed for Allure Report beta build: name: Build charm