From e787191e64117c61c4d39a8f5bc7f842f832a7e3 Mon Sep 17 00:00:00 2001 From: heyselbi Date: Wed, 4 Oct 2023 13:30:40 -0400 Subject: [PATCH] add mlserving board as well Signed-off-by: heyselbi --- .github/workflows/auto-add-issues-to-project.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-add-issues-to-project.yaml b/.github/workflows/auto-add-issues-to-project.yaml index 8124d26a..e7dd1781 100644 --- a/.github/workflows/auto-add-issues-to-project.yaml +++ b/.github/workflows/auto-add-issues-to-project.yaml @@ -21,4 +21,8 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/opendatahub-io/projects/45 + github-token: ${{ steps.app-token.outputs.token }} + - uses: actions/add-to-project@v0.5.0 + with: + project-url: https://github.com/orgs/opendatahub-io/projects/42 github-token: ${{ steps.app-token.outputs.token }} \ No newline at end of file