mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
chore: Add GitHub token authentication for API calls in update script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user