From 2122382482e388c1f9a0dbe9c0b2d9889434c75e Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Thu, 13 Jun 2024 12:42:19 +0200 Subject: [PATCH] fix: permissions on autorelease --- .github/workflows/release-please.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a1176c17b..a1a4644c6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,14 +1,18 @@ on: push: - branches: [main] + branches: + - main + +permissions: + contents: write + pull-requests: write name: release-please + jobs: release-please: - name: "Release please" runs-on: ubuntu-latest steps: - uses: googleapis/release-please-action@v4 with: release-type: simple - include-v-in-tag: false