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 }}