From fe89d766b0a79ff2d7ff204e7c3035fd09bca79b Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 16 Sep 2024 06:18:46 +0200 Subject: [PATCH] ci: add explicit permissions --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a003c01..f455909 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,11 @@ jobs: release: name: Release runs-on: ubuntu-latest + + permissions: + contents: write + pull-requests: write + steps: - name: Checkout Repo uses: actions/checkout@v4