This repository was archived by the owner on Dec 17, 2025. It is now read-only.
fix: update GitHub Actions workflow to use generated token for LFS ch… #15
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: "TODOs" | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [main] | |
| jobs: | |
| todos: | |
| uses: devantler-tech/.github/.github/workflows/todos.yaml@main | |
| secrets: inherit |