From 0270ee19dff31bbadc435639b3fc9ed363d5e452 Mon Sep 17 00:00:00 2001 From: Louis MARTIN Date: Thu, 27 Jun 2024 16:07:40 +0200 Subject: [PATCH] Add permissions for github action token --- .github/workflows/draft-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e8388fda..fa54d371 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -13,6 +13,8 @@ on: jobs: release: runs-on: ubuntu-22.04 + permissions: + contents: write steps: - name: Check out repository code uses: actions/checkout@v4