diff --git a/.gitea/workflows/add-issue-to-project.yaml b/.gitea/workflows/add-issue-to-project.yaml index e16226c..c3f39bc 100644 --- a/.gitea/workflows/add-issue-to-project.yaml +++ b/.gitea/workflows/add-issue-to-project.yaml @@ -13,5 +13,6 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3 + github-token: ${{ secrets.GH_TOKEN }} labeled: enhancement, bug label-operator: OR \ No newline at end of file