From e93eccdf314199bd49ca565e1b06ec5f76d33b19 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 3 Jun 2025 14:28:50 +0200 Subject: [PATCH] ci(release-please): fix workflow permissions (#382) 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