diff --git a/.github/workflows/rust-cargo-update.yaml b/.github/workflows/rust-cargo-update.yaml new file mode 100644 index 0000000..ad2681d --- /dev/null +++ b/.github/workflows/rust-cargo-update.yaml @@ -0,0 +1,16 @@ +name: Rust Cargo Update +on: + workflow_dispatch: + inputs: + reviewer: + description: GitHub username to set as PR reviewer. Falls back to github.actor + if not set. + type: string + required: false + +jobs: + rust-cargo-update: + uses: IronCoreLabs/workflows/.github/workflows/rust-cargo-update.yaml@rust-cargo-update-v1 + with: + reviewer: ${{inputs.reviewer}} + secrets: inherit