From 718f1eab99da1b995cff0181c8d7002de1c29926 Mon Sep 17 00:00:00 2001 From: Byroks Date: Sun, 7 Jan 2024 16:38:35 +0100 Subject: [PATCH] Update .gitea/workflows/add-issue-to-project.yaml --- .gitea/workflows/add-issue-to-project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/add-issue-to-project.yaml b/.gitea/workflows/add-issue-to-project.yaml index 3d9d9e8..030d8a4 100644 --- a/.gitea/workflows/add-issue-to-project.yaml +++ b/.gitea/workflows/add-issue-to-project.yaml @@ -13,6 +13,6 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://git.byroks.de/orgs/MidgardVTT-Entwicklung/projects/3 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - labeled: bug, needs-triage + github-token: ${{ secrets.GH_TOKEN }} + labeled: bug, enhancement label-operator: OR \ No newline at end of file