From 51ebb80aeb1be2e042a9c01e5269c60b4a377ada Mon Sep 17 00:00:00 2001 From: Lyle Douglass Date: Sat, 1 Jun 2024 14:26:46 -0400 Subject: [PATCH] fix: add gh token for cli access --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4746c3c..3d25ff8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,6 +64,8 @@ jobs: - name: Create Release shell: bash + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: > gh release create ${{ needs.build.outputs.next }} wowtools.exe