From 2c85f4b5b42faee6fa4351fb0d41ed64dfa75661 Mon Sep 17 00:00:00 2001 From: Vaishnavi Hire Date: Thu, 5 Oct 2023 15:56:20 -0400 Subject: [PATCH] Fix autoadd issues (#611) --- .github/workflows/auto_add_issues.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_add_issues.yaml b/.github/workflows/auto_add_issues.yaml index dcd3c324fe1..8ad02516ca7 100644 --- a/.github/workflows/auto_add_issues.yaml +++ b/.github/workflows/auto_add_issues.yaml @@ -18,4 +18,7 @@ jobs: with: project-url: https://github.com/orgs/opendatahub-io/projects/40 github-token: ${{ steps.app-token.outputs.token }} - - uses: actions/add-to-project@v0.5.0 \ No newline at end of file + - 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 }}