From 7cf2f4c95b760c342967589147b77c5700aa1b3a Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 27 Jul 2021 13:39:49 +0300 Subject: [PATCH] ci(tooling): Use default token for release action See upstream: https://github.com/softprops/action-gh-release/pull/83 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2375ff8..998a4e8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,3 @@ jobs: files: | casile-${{ env.VERSION }}.zip casile-${{ env.VERSION }}.tar.xz - env: - GITHUB_TOKEN: ${{ github.token }}