Skip to content

Commit e56e26a

Browse files
committed
Add workflow to test rust-bitcoin-maintainer-tools update-stable action
1 parent 8961a86 commit e56e26a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Update Stable Toolchain
2+
3+
on:
4+
# Manual trigger for testing
5+
workflow_dispatch:
6+
# Uncomment to run automatically weekly
7+
# schedule:
8+
# - cron: '5 0 * * 6' # Weekly on Saturday at 00:05 UTC
9+
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
14+
jobs:
15+
update-stable:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
20+
21+
- name: Update stable version
22+
uses: rust-bitcoin/rust-bitcoin-maintainer-tools/.github/actions/update-stable@master
23+
with:
24+
token: ${{ secrets.YONSON_TOKEN }}

stable-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.84.0

0 commit comments

Comments
 (0)