From 4653ebb8e3c19314f974ce607d0c263ef74dcb00 Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Thu, 12 Sep 2024 18:44:49 +0200 Subject: [PATCH] ci: set GH_TOKEN for release upload --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3726e58..a0598f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,5 +82,7 @@ jobs: - name: Upload release artifact if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release upload ${{ github.ref_name }} fabric-${{ env.OS }}-${{ matrix.arch }}-${{ github.ref_name }}