Skip to content

Renovate Auto-merge #944

Renovate Auto-merge

Renovate Auto-merge #944

name: Renovate Auto-merge
on:
workflow_run:
workflows: ["Validate"]
types: [completed]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.event.workflow_run.conclusion == 'success'
uses: projectbluefin/actions/.github/workflows/reusable-renovate-automerge.yml@v1

Check failure on line 15 in .github/workflows/renovate-automerge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate-automerge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/renovate-automerge.yml" -> "projectbluefin/actions/.github/workflows/reusable-renovate-automerge.yml@v1" (source tag with sha:48f68c428b675467bfb7841c21a75eee97acc2ef) : (Line: 81, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.app_id != ''
with:
head_sha: ${{ github.event.workflow_run.head_sha }}
base_branch: testing
# Merge-queue groups created by github-actions[bot] never dispatch
# required checks; the app token keeps the queue from wedging.
secrets:
app_id: ${{ secrets.MERGERAPTOR_APP_ID }}
private_key: ${{ secrets.MERGERAPTOR_PRIVATE_KEY }}