ci: update-colorschemes sets GH token for gh

This commit is contained in:
Mitchell Hashimoto
2025-09-14 07:07:21 -07:00
parent 0c63946bdb
commit ab5cd0b709

View File

@@ -39,6 +39,8 @@ jobs:
- name: Run zig fetch
id: zig_fetch
env:
GH_TOKEN: ${{ github.token }}
run: |
# Get the latest release from iTerm2-Color-Schemes
RELEASE_INFO=$(gh api repos/mbadolato/iTerm2-Color-Schemes/releases/latest)