From 73225c769010ff50f0b1ae34a3cc25ab799fccf1 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 15:03:33 +1300 Subject: [PATCH] Another test Signed-off-by: David Young --- .github/workflows/check_pr_tasks_completed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_tasks_completed.yml b/.github/workflows/check_pr_tasks_completed.yml index fbcc734..4eaa267 100644 --- a/.github/workflows/check_pr_tasks_completed.yml +++ b/.github/workflows/check_pr_tasks_completed.yml @@ -11,7 +11,7 @@ jobs: id: get-app-token uses: tibdex/github-app-token@v1 with: - app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }} + app_id: 242301 private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }} - uses: Shopify/task-list-checker@main