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