From 5f013562a9ba4624a545167d89661ef03df3ebb6 Mon Sep 17 00:00:00 2001 From: Arlind Date: Tue, 30 Sep 2025 22:56:10 +0200 Subject: [PATCH] Update CI from skins-template --- .gitea/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c93e370d..3b0ead6c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,6 +39,9 @@ env: OSU_ID: ${{ vars.OSUID }} DOC_DIR: "${{ github.workspace }}/docs" +permissions: + contents: write + jobs: generate_everything: name: Full CI/CD Pipeline @@ -60,7 +63,7 @@ jobs: with: fetch-depth: 0 tags: true - token: ${{ secrets.TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Discover all skins shell: bash @@ -966,8 +969,8 @@ jobs: - name: Configure Git shell: bash run: | - git config user.email "arlind@sulej.ch" - git config user.name "ci-bot" + git config user.name "${{ github.actor }}" + git config user.email "${{ github.actor }}@users.noreply.${{ github.server_url }}" - name: Add and Commit changes shell: bash