Skip to content

Add new workflow for image syncer (#1074) #1

Add new workflow for image syncer (#1074)

Add new workflow for image syncer (#1074) #1

name: Sync External Images
on:
push:
branches:
- main
paths:
- "external-images.yaml"
pull_request_target:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
branches:
- main
paths:
- "external-images.yaml"
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
jobs:
sync-external-images:
uses: kyma-project/test-infra/.github/workflows/image-syncer.yml@main