π Weekly Update #14
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 | ||
| on: | ||
| schedule: | ||
| - cron: '0 9 * * 1' | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| weekly-update: | ||
|
Check failure on line 12 in .github/workflows/weekly-update.yml
|
||
| uses: SocketDev/socket-registry/.github/workflows/weekly-update.yml@fe3994c0a4b58d0302ca0039603f4535c13aa942 # main (2026-05-15) | ||
| with: | ||
| test-setup-script: 'pnpm run build' | ||
| 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 || secrets.SOCKET_API_KEY }} | ||