Skip to content

Fix Coretime Master (#2765) #2

Fix Coretime Master (#2765)

Fix Coretime Master (#2765) #2

Workflow file for this run

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@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
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