We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8961a86 commit e56e26aCopy full SHA for e56e26a
.github/workflows/update-stable.yml
@@ -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
@@ -0,0 +1 @@
+1.84.0
0 commit comments