Update Data From LFX #157
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Update Data From LFX | |
| on: | |
| schedule: | |
| - cron: '0 13 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: jmertic/lfx-tac-actions@39633d84d61a95ed47e84827fdc0c3fb7cf869e0 # 20260612 | |
| with: | |
| updateprojects: false | |
| updatetacmembers: false | |
| updatetacagendaitems: false | |
| updateclomonitor: false | |
| updatedecks: true | |
| updatecharters: true | |
| slug: lf-energy | |
| overview_decks: '[{"url": "https://docs.google.com/presentation/d/1g2DszuTsNnOy1sGSiNqbYxkIe1XT2Iu2YqhANqhCrms/edit?usp=sharing","filename": "LF Energy High Level Overview"},{"url":"https://docs.google.com/presentation/d/1qsCjeTsv0CVie6HQfi1vHqyfpjmFojWqpXfuIbpRWWk/edit?usp=sharing","filename": "LF Energy Governing Board Overview"},{"url":"https://docs.google.com/presentation/d/19Gysxwk8875Thb9YlBnP0Ub4pokgDIz7rmEsazjcwCk/edit?usp=sharing","filename": "LF Energy TAC Overview"},{"url":"https://docs.google.com/presentation/d/1scoG9tuWM3mSRFTFgw5ObVFF6L06nYfztE2gKaFs1_8/edit?usp=sharing","filename":"LF Energy Membership Overview"}]' | |
| env: | |
| token: ${{ secrets.PAT }} | |
| repository: ${{ github.repository }} | |
| ref: ${{ github.ref }} |