Skip to content

Build Landscape from LFX #570

Build Landscape from LFX

Build Landscape from LFX #570

Workflow file for this run

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