Skip to content

Build Landscape from LFX #46

Build Landscape from LFX

Build Landscape from LFX #46

Workflow file for this run

name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- uses: jmertic/lfx-landscape-tools@main
with:
project_processing: skip
env:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}