Skip to content

Build Landscape from LFX #1057

Build Landscape from LFX

Build Landscape from LFX #1057

Workflow file for this run

name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 11 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: jmertic/lfx-landscape-tools@main
env:
token: ${{ secrets.PAT }}
ghid_token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}