From: Jérôme Benoit Date: Thu, 4 Jul 2024 16:01:39 +0000 (+0200) Subject: ci: fix permission on release-please action X-Git-Tag: ocpp-server@v1.4.0~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8cf1b9efa07c4984253b822c5fa130849924f9cf;p=e-mobility-charging-stations-simulator.git ci: fix permission on release-please action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 67d425b9..83967d59 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: write + pull-requests: write + jobs: release-please: runs-on: ubuntu-latest