From 386194186cad11a9477cbc2118509779535cb569 Mon Sep 17 00:00:00 2001 From: LuukBlom <153174893+LuukBlom@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:53:51 +0100 Subject: [PATCH] change to automatic github token --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 367ec4e..2547c25 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -136,6 +136,6 @@ jobs: - name: Create GitHub Release id: create_release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ github.token }} run: | gh release create ${{ needs.details.outputs.tag_name }} dist/* --title ${{ needs.details.outputs.tag_name }} --generate-notes