Skip to content

upgrade pest, replace deprecated PrecClimber #2

upgrade pest, replace deprecated PrecClimber

upgrade pest, replace deprecated PrecClimber #2

Workflow file for this run

name: Rust - Continuous Integration
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
release:
uses: ForesightMiningSoftwareCorporation/github/.github/workflows/publish-rust-crate.yml@v1.0.0
with:
private-registry-host: ssh.shipyard.rs
private-registry-name: foresight-mining-software-corporation
initial_event_name: ${{ github.event_name }}
skip-test: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
private-registry-private-key: ${{ secrets.CARGO_PRIVATE_REGISTRY_SSH_PRIVATE_KEY }}
private-registry-token: ${{ secrets.CARGO_PRIVATE_REGISTRY_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}