mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
Add CI to claim crates (#2299)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Claim Crates
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
claim-crates:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
|
||||
with:
|
||||
cache-on-failure: true
|
||||
|
||||
- name: install parity-publish
|
||||
run: cargo install parity-publish@0.2.0
|
||||
|
||||
- name: parity-publish claim
|
||||
env:
|
||||
PARITY_PUBLISH_CRATESIO_TOKEN: ${{ secrets.CRATESIO_PUBLISH_CLAIM_TOKEN }}
|
||||
run: parity-publish claim
|
||||
Reference in New Issue
Block a user