[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
Something went wrong. Try again.
123456789101112131415161718name: Publish
on: workflow_dispatch: push: branches: - main
jobs: publish: if: github.repository_owner == 'bombshell-dev' uses: bombshell-dev/automation/.github/workflows/publish.yml@main secrets: inherit permissions: contents: write pull-requests: write id-token: write