Skip to content

Update Data From LFX #52

Update Data From LFX

Update Data From LFX #52

name: Update Data From LFX
on:
issues:
types:
- "labeled"
- "unlabeled"
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jmertic/lfx-tac-actions@main
with:
landscape_url: https://landscape.aswf.io
artwork_url: https://artwork.aswf.io
lfx_tac_committee_url: https://projectadmin.lfx.linuxfoundation.org/project/a09410000182dD2AAI/collaboration/committees/81ed2abc-d041-495b-be89-0dffedf8ce85
tac_agenda_gh_project_url: https://github.com/orgs/AcademySoftwareFoundation/projects/19
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}