From 40f07eab1c2b2c98b60e33676819d00a50f29062 Mon Sep 17 00:00:00 2001 From: Samuel Bouffard Date: Mon, 20 Jul 2026 16:39:04 -0400 Subject: [PATCH] fix(ci): grant reusable workflow write permissions --- .github/workflows/auto_update_libs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto_update_libs.yaml b/.github/workflows/auto_update_libs.yaml index 02b7b20..29d45c2 100644 --- a/.github/workflows/auto_update_libs.yaml +++ b/.github/workflows/auto_update_libs.yaml @@ -7,4 +7,8 @@ on: jobs: auto-update-libs: uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@main + permissions: + contents: write + pull-requests: write + id-token: write secrets: inherit