Skip to content

Build Landscape from LFX #1615

Build Landscape from LFX

Build Landscape from LFX #1615

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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: jmertic/lfx-landscape-tools@main
with:
project_processing: rebuild
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}