| name: Build Landscape from LFX | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "0 16 * * *" | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Harden Runner | |
| uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 | |
| 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 }} | |