Skip to content

Commit 82473cd

Browse files
authored
ci: add version bump workflow
1 parent c1bde6c commit 82473cd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/bump.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Bump calver
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 1 1 * *"
6+
7+
permissions:
8+
contents: write
9+
10+
jobs:
11+
bump-month:
12+
uses: inclusive-design/workflows/.github/workflows/calver-monthly.yml@main
13+
with:
14+
GHA_APP_ID: ${{ vars.GHA_APP_ID }}
15+
secrets:
16+
GHA_PRIVATE_KEY: ${{ secrets.GHA_PRIVATE_KEY }}

0 commit comments

Comments
 (0)