Merge pull request #333 from jackgdsf/agent/bump-circulax-023-v2 #188
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 Badges | |
| on: | |
| push: | |
| branches: [main] | |
| schedule: | |
| - cron: "0 0 * * *" | |
| workflow_dispatch: | |
| jobs: | |
| badges: | |
| uses: doplaydo/pdk-ci-workflow-public/.github/workflows/update_badges.yml@main | |
| secrets: | |
| GFP_API_KEY: ${{ secrets.GFP_API_KEY }} |