From 798d4197d589f8632764fcaf9898e3b547b9e880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Link?= Date: Wed, 14 Aug 2024 11:26:16 +0200 Subject: [PATCH] Added git configuration. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 162a324..2085a82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: if: contains('["renelink"]', github.actor) runs-on: ubuntu-latest permissions: - contents: read + contents: write steps: - uses: actions/checkout@v4