From 7e77f8941585af0f569d951c72ed7694745af53a Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 27 Jul 2021 13:41:04 +0300 Subject: [PATCH] ci(tooling): Use default token for release action See upstream: https://github.com/softprops/action-gh-release/pull/83 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d5e636b..465114083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,5 +57,3 @@ jobs: sile-${{ env.VERSION }}.pdf sile-${{ env.VERSION }}.zip sile-${{ env.VERSION }}.tar.xz - env: - GITHUB_TOKEN: ${{ github.token }}