Skip to content

fix(config): Polaris runner configuration updates. #30

fix(config): Polaris runner configuration updates.

fix(config): Polaris runner configuration updates. #30

name: Merge Orchestrator store_types.json

Check failure on line 1 in .github/workflows/update-store-types.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-store-types.yml

Invalid workflow file

(Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
on:
workflow_call:
secrets:
token:
description: token
required: true
jobs:
dispatch-cert-store-merge:
runs-on: windows-latest
needs: get-manifest-properties
if: needs.get-manifest-properties.outputs.integration_type == 'orchestrator' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
steps:
- name: Trigger update-stores workflow on kfutil
uses: keyfactor/repository-dispatch@v3
with:
token: ${{ secrets.SDK_SYNC_PAT }}
repository: keyfactor/kfutil
event-type: targetRepo-event
client-payload: '{"targetRepo": "${{github.repository}},"targetRef": "${{github.ref}}"}' # This is the repository you want to update