We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9630b commit c0553c8Copy full SHA for c0553c8
.github/workflows/update-dashboard.yml
@@ -21,10 +21,11 @@ jobs:
21
- name: Update Dashboard
22
run: |
23
pip install pymongo
24
- export PAT=${{secrets.DEV_BOT_PAT}}
25
python update_dashboard.py --db-key ${{ secrets.IVY_DASHBOARD_DB_KEY }}
26
git config --global user.email "[email protected]"
27
git config --global user.name "ivy-dev-bot"
28
git add README.md
29
git commit -m "Auto-update dashboard with latest results"
30
git push
+ env:
31
+ PAT: ${{ secrets.DEV_BOT_PAT }}
0 commit comments