Skip to content

Trigger Remote SBOM Workflow #14

Trigger Remote SBOM Workflow

Trigger Remote SBOM Workflow #14

Workflow file for this run

name: Trigger Remote SBOM Workflow
on:
release:
types: [published]
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
permissions:
contents: read
actions: write
jobs:
call-remote-workflow:
uses: eclipse-xfsc/dev-ops/.github/workflows/sbom-maven.yml@main
secrets:
GH_TOKEN: ${{ github.token }}