From a3aaafa1cc11dcce656cb87eb61cb80437f1d42e Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 3 Jan 2024 14:12:42 +0000 Subject: [PATCH] Try removing REPLY_SCOPED_TOKEN from release.yml To see if using GITHUB_TOKEN (the default) will suffice --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34eba8f0..1ced8593 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,6 @@ jobs: id: create-release uses: ncipollo/release-action@v1.13.0 with: - token: ${{ secrets.REPO_SCOPED_TOKEN }} allowUpdates: true artifactErrorsFailBuild: true updateOnlyUnreleased: true