Skip to content

Merge pull request #3 from robertpsoane/rs/add-initial-ci #3

Merge pull request #3 from robertpsoane/rs/add-initial-ci

Merge pull request #3 from robertpsoane/rs/add-initial-ci #3

Workflow file for this run

# .github/workflows/release-plz.yml

Check failure on line 1 in .github/workflows/release-plz.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-plz.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- master
jobs:
release-plz:
uses: robertpsoane/github-workflows/.github/workflows/rust-release-plz.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}