From 0f164de0b8b16e8d395a52048ef570aadfee2754 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 00:31:12 +0100 Subject: [PATCH] ..... --- .gitea/workflows/bump-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/bump-version.yml b/.gitea/workflows/bump-version.yml index 5684ed4..196c3eb 100644 --- a/.gitea/workflows/bump-version.yml +++ b/.gitea/workflows/bump-version.yml @@ -11,8 +11,8 @@ jobs: - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.1 - #with: - # github_token: ${{ secrets.GITHUB_TOKEN }} + with: + github_token: ${{ secrets.TEA_TOKEN }} - name: Create a GitHub release uses: ncipollo/release-action@v1 with: