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: