From b6eea1ddda81d746136b1af1cf339328a0067e03 Mon Sep 17 00:00:00 2001 From: Fabi <38692350+hifabienne@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:03:40 +0100 Subject: [PATCH] Update issue.yml --- .github/workflows/issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 631a032..d7a3cc9 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -1,4 +1,4 @@ -name: Add new issues to kanban project +name: Add new issues to product management project on: issues: @@ -14,5 +14,5 @@ jobs: with: # You can target a repository in a different organization # to the issue - project-url: https://github.com/orgs/zitadel/projects/1 + project-url: https://github.com/orgs/zitadel/projects/2 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}