CI: Provide GitHub token for gh usage

The GitHub CLI requires a token or it will fail.
This commit is contained in:
Ryan Foster
2026-07-10 19:24:54 -04:00
parent 8a5dab518b
commit 0aefedcb14
+2
View File
@@ -278,6 +278,8 @@ jobs:
- name: Set Up Environment 🔧
id: setup
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
: Set Up Environment 🔧
if (( ${+RUNNER_DEBUG} )) setopt XTRACE