Skip to content

Commit f6851af

Browse files
author
Timo Notheisen
committed
ci: add workflow
1 parent 06f8b54 commit f6851af

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Weekly Release of Dependency Updates
2+
3+
on:
4+
schedule:
5+
- cron: "0 2 * * 2" # every Tuesday at 02:00 UTC
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
concurrency:
12+
group: weekly-dependency-release
13+
cancel-in-progress: false
14+
15+
jobs:
16+
release:
17+
uses: js-soft/github-actions/.github/workflows/release-dependency-updates.yml@main
18+
secrets:
19+
github-token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)