From 18252cb1d68dfaea71d09423651827a5436dcf74 Mon Sep 17 00:00:00 2001 From: Samuel Bouffard Date: Mon, 20 Jul 2026 16:38:48 -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 a678131d..53c7e8ce 100644 --- a/.github/workflows/auto-update-libs.yaml +++ b/.github/workflows/auto-update-libs.yaml @@ -7,6 +7,10 @@ on: jobs: auto-update-libs-bind-operator: uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@main + permissions: + contents: write + pull-requests: write + id-token: write secrets: inherit with: working-directory: ./bind-operator