Skip to content

Commit 3b1df5d

Browse files
committed
Add test update toolchain workflow
1 parent 8961a86 commit 3b1df5d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Toolchains
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 7'
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
update-stable:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-stable@master

0 commit comments

Comments
 (0)