diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index d996c7b..5488798 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -53,5 +53,5 @@ jobs: title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }} body: Update to the pre-commit action. base_branch: ${{gitea.ref_name}} - assignees: Philipp - reviewers: Philipp + assignees: ${{ vars.ASSIGNEES }} + reviewers: ${{ vars.REVIEWERS }}