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: