From 95fde7f80f5fa6872ba07ec1854b0a83bedf365d Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Tue, 25 Feb 2025 02:09:00 -0300 Subject: [PATCH] fixed content permission on release drafter --- .github/workflows/release_drafter.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release_drafter.yaml b/.github/workflows/release_drafter.yaml index 50fba0e..892fed2 100644 --- a/.github/workflows/release_drafter.yaml +++ b/.github/workflows/release_drafter.yaml @@ -5,6 +5,9 @@ on: tags: - '*' +permissions: + contents: write + jobs: package_application: runs-on: ubuntu-latest