Skip to content

feat: Add Auto Beta GitHub Actions workflow for security scanning and… #20

feat: Add Auto Beta GitHub Actions workflow for security scanning and…

feat: Add Auto Beta GitHub Actions workflow for security scanning and… #20

Workflow file for this run

name: Auto Beta

Check failure on line 1 in .github/workflows/beta.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/beta.yml

Invalid workflow file

(Line: 18, Col: 9): Unrecognized named-value: 'security-scan'. Located at position 1 within expression: security-scan
on:
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]
permissions:
contents: write
jobs:
security-scan:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: RandomCodeSpace/central-ops/.github/workflows/security.yml@main
secrets: inherit
auto-beta:
if: security-scan
uses: RandomCodeSpace/central-ops/.github/workflows/reusable-auto-beta.yml@main
secrets: inherit