Skip to content
name: Prepare Release Crates
on:
workflow_dispatch:
push:
branches:
- trigger-other-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
contents: write
actions: write
jobs:
prepare_release:
name: Prepare Release Crates
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: ecosystem-ci.yml
repo: oxc-project/oxlint-ecosystem-ci
token: ${{ secrets.PAT }}
ref: main
# uses: ./.github/workflows/reusable_prepare_release.yml
# with:
# name: crates