pallet-referenda: Detect incorrect pre-image length (#3850) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Claim Crates | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
claim-crates: | |
runs-on: ubuntu-latest | |
environment: master | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- name: Rust Cache | |
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | |
with: | |
cache-on-failure: true | |
- name: install parity-publish | |
run: cargo install parity-publish@0.3.0 | |
- name: parity-publish claim | |
env: | |
PARITY_PUBLISH_CRATESIO_TOKEN: ${{ secrets.CRATESIO_PUBLISH_CLAIM_TOKEN }} | |
run: parity-publish claim |