π Weekly Update #7
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: π Weekly Update | ||
| # Local (socket-registry) weekly-update workflow. | ||
| # Delegates to the shared reusable at | ||
| # SocketDev/socket-registry/.github/workflows/weekly-update.yml. | ||
| on: | ||
| schedule: | ||
| # Run weekly on Monday at 9 AM UTC. | ||
| - cron: '0 9 * * 1' | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| weekly-update: | ||
|
Check failure on line 17 in .github/workflows/_local-not-for-reuse-weekly-update.yml
|
||
| uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@dea9b15a558831273aaa6c9ab94c4efb9f8b06ca # main (2026-05-15) | ||
| with: | ||
| test-setup-script: '' | ||
| test-script: 'pnpm test' | ||
| secrets: | ||
| ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} | ||
| BOT_GPG_PRIVATE_KEY: ${{ secrets.BOT_GPG_PRIVATE_KEY }} | ||
| SOCKET_API_TOKEN: ${{ secrets.SOCKET_API_TOKEN }} | ||