From fdeda5eb6fe6e9ca2876b1c8c7724a2b6c844fab Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Mon, 25 Mar 2024 17:58:42 +0100 Subject: [PATCH] fix: release-please branch to `master` and set permissions --- .github/workflows/release-please.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 3dd2575..0a16d02 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -3,7 +3,11 @@ name: "release-please, see: https://github.com/marketplace/actions/release-pleas on: push: branches: - - main + - master + +permissions: + contents: write + pull-requests: write jobs: release-please: