We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ebb412 + 317dc43 commit a3047e7Copy full SHA for a3047e7
1 file changed
.github/workflows/mine-maven-packageurls.yml
@@ -1,4 +1,7 @@
1
-on: [workflow_dispatch]
+on:
2
+ workflow_dispatch:
3
+ schedule:
4
+ - cron: '0 */12 * * *'
5
6
jobs:
7
mine-maven-purls:
@@ -7,10 +10,10 @@ jobs:
10
steps:
8
11
- uses: aboutcode-org/scancode-action@beta
9
12
with:
- scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
13
+ scancodeio-repo-branch: "minecode-git-deployment#egg=scancodeio[mining]"
14
pipelines: "mine_maven"
15
env:
- FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-maven-test
16
+ FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data
17
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
18
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
19
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"
0 commit comments