diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index e9a03f432..ba1e612e7 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -2,6 +2,12 @@ name: Crawl on: workflow_dispatch: + inputs: + session_id: + default: NONE + description: Php Session ID use to bypass login + required: true + type: string jobs: crawl: