Skip to content

Build Landscape from LFX #982

Build Landscape from LFX

Build Landscape from LFX #982

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