From 40496e838661039ad78295a27c3e2962fc13be33 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 3 Jun 2025 13:06:06 +0200 Subject: [PATCH] ci(release-please): fix workflow permissions Follows #352 Signed-off-by: Marco Nenciarini --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 069f632..82fb6e3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,7 @@ jobs: permissions: contents: write pull-requests: write + packages: write steps: # TODO: googleapis/release-please-action cannot sign commits yet. # We'll use the cli until there's a fix for