Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/mine-cargo-packageurls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [workflow_dispatch]

jobs:
mine-pypi-purls:
runs-on: ubuntu-24.04
name: Mine cargo PackageURLs
steps:
- uses: aboutcode-org/scancode-action@beta
with:
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
pipelines: "mine_cargo"
env:
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-cargo-test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
FEDERATEDCODE_GIT_SERVICE_NAME: "the AboutCode bot"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FEDERATEDCODE_GIT_SERVICE_NAME: "the AboutCode bot"
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"

Could you do the same for pypi?
This was suggested by @keshav-space

FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"
1 change: 1 addition & 0 deletions cargo/checkpoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading