There was an error while loading. Please reload this page.
1 parent c1bde6c commit 82473cdCopy full SHA for 82473cd
1 file changed
.github/workflows/bump.yml
@@ -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