Skip to content

.github/workflows/beta.yml #15

.github/workflows/beta.yml

.github/workflows/beta.yml #15

Workflow file for this run

name: Auto Beta
on:
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]
permissions:
contents: write
jobs:
auto-beta:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: RandomCodeSpace/central-ops/.github/workflows/reusable-auto-beta.yml@main
secrets: inherit