From feaef29fc443f2ff904af35def581599e3b864db Mon Sep 17 00:00:00 2001 From: Simon Symeonidis Date: Mon, 5 Apr 2021 19:48:59 -0400 Subject: [PATCH] Add secret token for uploading artifacts on release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 248c599..d6e402f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,3 +22,4 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "artifacts-linux-x64/,artifacts-windows-x64/,artifacts-arm-x64/" + token: ${{ secrets.GITHUB_TOKEN }}