From 065776c9f004b55e26e266e5d1effc2e5dbfa827 Mon Sep 17 00:00:00 2001 From: Albert Adler <22015497+TheNaubit@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:29:20 +0100 Subject: [PATCH] fix: fixed action config --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c5cd1d..29214d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,8 @@ on: jobs: changelog: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 - name: Conventional Changelog Action