Skip to content

Build Landscape from LFX #740

Build Landscape from LFX

Build Landscape from LFX #740

Workflow file for this run

name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"
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@e4e3da3271d9c67a7591924dc874f350913e4db4 # main
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}