Skip to content

Build Landscape from LFX #573

Build Landscape from LFX

Build Landscape from LFX #573

Workflow file for this run

name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jmertic/landscape-tools@include-projects
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}