From 2c54719ed499f66e7be73bdd7cde793b772ada61 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 21 Jun 2023 01:39:42 +0100 Subject: [PATCH] build: use release bot --- .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 87fd123..5d8efc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,4 +74,4 @@ jobs: tag="${GITHUB_REF#refs/tags/}" gh release create --title "NiftyPAD $tag beta" --draft --notes "$changelog" "$tag" dist/${{ steps.dist.outputs.whl }} dist/${{ steps.dist.outputs.whl_asc }} env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}