From 10eaa2c0e0c6888316ca8802bdd3fa3061676c1c Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 20:57:39 +0200 Subject: [PATCH] Fixed workflow --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f98720..e2d5866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: needs: test permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + contents: write # for the tags steps: - uses: actions/checkout@v4 @@ -55,8 +56,8 @@ jobs: - name: setup git run: | - git config --local user.email "actions@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "15138480+creyD@users.noreply.github.com" + git config --local user.name "creyD" - name: Git Version uses: codacy/git-version@2.8.0