From 09a46bfeecb77a6d618631c4c508b71f965a562a Mon Sep 17 00:00:00 2001 From: clementb49 Date: Tue, 4 Jun 2024 23:57:29 +0200 Subject: [PATCH] ci: update permission to create release --- .github/workflows/ci_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 9fd8bc6..5f1e39d 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -3,6 +3,9 @@ on: push: tags: - "v*" +permissions: + contents: write + pull-requests: read jobs: build_app: