Skip to content

Autodev

Autodev #165

Workflow file for this run

name: Autodev
on:
push:
branches-ignore:
- dev
pull_request:
types: [labeled, unlabeled, closed]
jobs:
autodev:
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@dont-check-private-key

Check failure on line 11 in .github/workflows/autodev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/autodev.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/autodev.yaml" -> "Staffbase/gha-workflows/.github/workflows/template_autodev.yml@dont-check-private-key" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
comments: true
secrets:
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}