From dea6a782d7e77809b5141db9b6c1d80da643177f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:35:30 +0000 Subject: [PATCH] Update dev-hato/actions-add-to-projects action to v0.0.50 --- .github/workflows/add-to-task-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-task-list.yml b/.github/workflows/add-to-task-list.yml index 583a4e073..36490abe6 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == github.event.pull_request.head.repo.full_name steps: - - uses: dev-hato/actions-add-to-projects@v0.0.49 + - uses: dev-hato/actions-add-to-projects@v0.0.50 with: github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}