From e3136c743fec0701ef1ac4e2625c93094c284317 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 27 Jul 2021 13:52:01 +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 48261c8..7e0241e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,3 @@ jobs: files: | fontship-${{ env.VERSION }}.zip fontship-${{ env.VERSION }}.tar.xz - env: - GITHUB_TOKEN: ${{ github.token }}