From 8591ffd6718784ee9b21d28fd306989382d396a9 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Wed, 1 Feb 2023 22:50:56 -0800 Subject: [PATCH] Use fork of new-issues action --- .github/workflows/new-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-issues.yml b/.github/workflows/new-issues.yml index 35aff589b2..467fae7063 100644 --- a/.github/workflows/new-issues.yml +++ b/.github/workflows/new-issues.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add new issues to project board - uses: matmar10/add-issues-to-project@0.1.1 + uses: cucumber/action-add-issues-to-project@main with: gitub_token: ${{ secrets.NEW_ISSUES_GITHUB_TOKEN }} github_project_title: New issues