chore: Add GitHub token authentication for API calls in update script

This commit is contained in:
sha
2026-07-24 12:28:46 +03:00
parent e2c73004db
commit 41296a1433
2 changed files with 12 additions and 3 deletions
+2
View File
@@ -20,6 +20,8 @@ jobs:
sudo apt-get install -y jq
- name: Run Update Script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod +x scripts/update-charts.sh
./scripts/update-charts.sh