Skip to content

Commit 0aefedc

Browse files
committed
CI: Provide GitHub token for gh usage
The GitHub CLI requires a token or it will fail.
1 parent 8a5dab5 commit 0aefedc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ jobs:
278278

279279
- name: Set Up Environment 🔧
280280
id: setup
281+
env:
282+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
281283
run: |
282284
: Set Up Environment 🔧
283285
if (( ${+RUNNER_DEBUG} )) setopt XTRACE

0 commit comments

Comments
 (0)