Skip to content

Commit c0553c8

Browse files
committed
test
1 parent 3d9630b commit c0553c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dashboard.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- name: Update Dashboard
2222
run: |
2323
pip install pymongo
24-
export PAT=${{secrets.DEV_BOT_PAT}}
2524
python update_dashboard.py --db-key ${{ secrets.IVY_DASHBOARD_DB_KEY }}
2625
git config --global user.email "[email protected]"
2726
git config --global user.name "ivy-dev-bot"
2827
git add README.md
2928
git commit -m "Auto-update dashboard with latest results"
3029
git push
30+
env:
31+
PAT: ${{ secrets.DEV_BOT_PAT }}

0 commit comments

Comments
 (0)