ci: add workflow to update commons lib (#626)
This commit is contained in:
parent
c532b062f9
commit
0cafa22acf
2 changed files with 15 additions and 0 deletions
13
.github/workflows/update-commons.yml
vendored
Normal file
13
.github/workflows/update-commons.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Update Fossify Commons
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [update-commons]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 6 * * 0"
|
||||
|
||||
jobs:
|
||||
update-commons:
|
||||
uses: FossifyOrg/.github/.github/workflows/update-commons.yml@main
|
||||
secrets: inherit
|
||||
Loading…
Add table
Add a link
Reference in a new issue