From 6f2e30f806532c39a49c583c1044c676b8f0345b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:00:44 +0000 Subject: [PATCH] Update dev-hato/actions-add-to-projects action to v0.0.13 --- .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 b049ce510f..e5cbd93ea2 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -11,7 +11,7 @@ jobs: add-to-task-list: runs-on: ubuntu-latest steps: - - uses: dev-hato/actions-add-to-projects@v0.0.12 + - uses: dev-hato/actions-add-to-projects@v0.0.13 with: github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}