summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-09-14 07:07:21 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-09-14 07:07:27 -0700
commitab5cd0b7090dede5d76cf3c9914d6c53cafe9801 (patch)
tree5e3b9aff22c3de3acd8f0b42cb475fdbd0e2403a /.github
parent0c63946bdb68080cd5cac0f97622b8509b6776a5 (diff)
ci: update-colorschemes sets GH token for gh
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-colorschemes.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-colorschemes.yml b/.github/workflows/update-colorschemes.yml
index 569ad83a5..119f96563 100644
--- a/.github/workflows/update-colorschemes.yml
+++ b/.github/workflows/update-colorschemes.yml
@@ -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)