From e9d5631ef6d2ddc36a02e923fe6a3d573b951a29 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 21 May 2024 01:04:36 +0200 Subject: [PATCH] Added another small fix. --- .gitea/workflows/maintenance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index e7d0137..e8e7766 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -38,7 +38,7 @@ jobs: if: steps.auto-commit-action.outputs.changes_detected == 'true' uses: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr@main with: - token: ${{ secrets.REPO_TOKEN }} + token: ${{ secrets.REPO_TOKEN_SERVER }} branch: ${{ env.SPECIFIC_BRANCH }} title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }} body: Update to the pre-commit action.