Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

ci: Use https://github.com/joshka/github-workflows/ #1

ci: Use https://github.com/joshka/github-workflows/

ci: Use https://github.com/joshka/github-workflows/ #1

Workflow file for this run

permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-plz:
uses: joshka/github-workflows/.github/workflows/rust-release-plz.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}