From 7d5ca2c38fdfd799d51ef9d4d342d62081b499cb Mon Sep 17 00:00:00 2001 From: Samuel Bouffard Date: Mon, 20 Jul 2026 16:24:44 -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 02b7b204e7..29d45c2ece 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