Generate Community Leaderboard #19
This file contains 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: Generate Community Leaderboard | |
on: | |
schedule: | |
- cron: '0 16 * * 3,0' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image and generate community leaderboard | |
env: | |
OSS_DISCORD_WEBHOOK: ${{ secrets.OSS_DISCORD_WEBHOOK }} | |
run: docker compose run --env OSS_DISCORD_WEBHOOK=$OSS_DISCORD_WEBHOOK --entrypoint "sh -c 'python3 oss_leaderboard.py'" lilypad_assistant |