From cf1bf2b0ae29c66058d04a66d97f90858ca8873f Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Thu, 31 Aug 2023 12:42:32 -0700 Subject: [PATCH] Add access token --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 419549e..8940167 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,3 +47,5 @@ jobs: - name: Create Release run: ./release.sh shell: bash + env: + GH_TOKEN: ${{ github.ACCESS_TOKEN }}