Skip to content

Commit 1814081

Browse files
authored
Merge pull request #23 from aboutcode-data/enable-debian
Enable continuous debian PURL mining
2 parents 8da960c + 1a4d10c commit 1814081

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [workflow_dispatch]
1+
on:
2+
workflow_dispatch:
3+
schedule:
4+
- cron: '0 */6 * * *'
25

36
jobs:
47
mine-debian-purls:
@@ -7,10 +10,10 @@ jobs:
710
steps:
811
- uses: aboutcode-org/scancode-action@beta
912
with:
10-
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
13+
scancodeio-repo-branch: "minecode-git-deployment#egg=scancodeio[mining]"
1114
pipelines: "mine_debian"
1215
env:
13-
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-debian-test
16+
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data
1417
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
1518
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
1619
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"

debian/checkpoints.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"previous_debian_index_last_modified_date": "2025-10-02 01:34:36.872691"
3-
}
1+
{}

0 commit comments

Comments
 (0)