Skip to content

Commit ee8e8cc

Browse files
claude-helper-bot[bot]claude-helper-bot[bot]
andauthored
build: add auto-release workflow (#861)
Co-authored-by: claude-helper-bot[bot] <3031036+claude-helper-bot[bot]@users.noreply.github.com>
1 parent b5af5f2 commit ee8e8cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: auto-release
2+
3+
on:
4+
schedule:
5+
- cron: "0 8 * * 2"
6+
workflow_dispatch: {}
7+
8+
permissions:
9+
actions: read
10+
contents: write
11+
12+
jobs:
13+
auto-release:
14+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-auto-release.yml@03866bc944c4ad3e496d7104efe7429ce3c9d8c4 # 0.54.5
15+
with:
16+
release-workflow: create-release.yml
17+
secrets:
18+
token: ${{ secrets.REPO_ACCESS }}

0 commit comments

Comments
 (0)