From 3cdeb3365cae57aa10168cb9df5b1a37ec75c212 Mon Sep 17 00:00:00 2001 From: Fabien BERNARD Date: Wed, 3 Apr 2024 19:11:43 +0200 Subject: [PATCH] chore: add 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 52eda97..2ff7e29 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -2,6 +2,11 @@ on: push: branches: - main + +permissions: + contents: write + pull-requests: write + name: Run Release Please jobs: release-please: @@ -10,7 +15,6 @@ jobs: - uses: google-github-actions/release-please-action@v4 id: release with: - command: manifest token: ${{secrets.GITHUB_TOKEN}} default-branch: main