Browse Source

CI: Add GH_TOKEN to fix usage of GitHub CLI

Ryan Foster 3 months ago
parent
commit
883e9283bf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/publish.yaml

+ 2 - 0
.github/workflows/publish.yaml

@@ -24,6 +24,8 @@ jobs:
     steps:
       - name: Check Release Tag ☑️
         id: check
+        env:
+          GH_TOKEN: ${{ github.token }}
         run: |
           : Check Release Tag ☑️
           if [[ "${RUNNER_DEBUG}" ]]; then set -x; fi