mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
CI: Provide GitHub token for gh usage
The GitHub CLI requires a token or it will fail.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user