Unverified Commit 2eb4268b authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] fixed typos in the leaderboard workflow (#2567)

parent 7b4ad6e0
name: Publish Nightly Version to PyPI name: Generate Community Report and Send to Lark
on: on:
workflow_dispatch: workflow_dispatch:
...@@ -24,6 +24,6 @@ jobs: ...@@ -24,6 +24,6 @@ jobs:
- run: python .github/workflows/scripts/generate_leaderboard_and_send_to_lark.py - run: python .github/workflows/scripts/generate_leaderboard_and_send_to_lark.py
env: env:
LARK_APP_ID: ${{ secrets.LARK_LEADERBOARD_APP_ID }} LARK_APP_ID: ${{ secrets.LARK_LEADERBOARD_APP_ID }}
APP_SECRET: ${{ secrets.LARK_LEADERBOARD_APP_SECRET }} LARK_APP_SECRET: ${{ secrets.LARK_LEADERBOARD_APP_SECRET }}
LARK_WEBHOOK_URL: ${{ secrets.LARK_LEADERBOARD_WEBHOOK_URL }} LARK_WEBHOOK_URL: ${{ secrets.LARK_LEADERBOARD_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment