diff --git a/.github/workflows/mine-debian-packageurls.yml b/.github/workflows/mine-debian-packageurls.yml index 80bbdbd9..2227622e 100644 --- a/.github/workflows/mine-debian-packageurls.yml +++ b/.github/workflows/mine-debian-packageurls.yml @@ -1,4 +1,7 @@ -on: [workflow_dispatch] +on: + workflow_dispatch: + schedule: + - cron: '0 */6 * * *' jobs: mine-debian-purls: @@ -7,10 +10,10 @@ jobs: steps: - uses: aboutcode-org/scancode-action@beta with: - scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]" + scancodeio-repo-branch: "minecode-git-deployment#egg=scancodeio[mining]" pipelines: "mine_debian" env: - FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-debian-test + FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }} FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation" FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org" diff --git a/debian/checkpoints.json b/debian/checkpoints.json index 5626c5ce..9e26dfee 100644 --- a/debian/checkpoints.json +++ b/debian/checkpoints.json @@ -1,3 +1 @@ -{ - "previous_debian_index_last_modified_date": "2025-10-02 01:34:36.872691" -} \ No newline at end of file +{} \ No newline at end of file