Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
47fd5b7763
commit
718f1eab99
|
|
@ -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
|
||||
Loading…
Reference in New Issue