From 38593d8b004ba51c772015d0594b1c706eac86ce Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 8 Aug 2023 11:12:32 +0100 Subject: [PATCH] ci: release with bot account again - thanks to https://github.com/cli/cli/issues/6680 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9aae1d14..56b12290 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -153,7 +153,7 @@ jobs: tag="${GITHUB_REF#refs/tags/}" gh release create --title "tqdm $tag stable" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.whl_asc }} env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} - uses: snapcore/action-build@v1 id: snap_build - if: github.event_name == 'push' && steps.collect_assets.outputs.snap_channel