diff --git a/.github/workflows/detect-and-tag-new-version.yml b/.github/workflows/detect-and-tag-new-version.yml index dcd09dad2..ab1a54bb9 100644 --- a/.github/workflows/detect-and-tag-new-version.yml +++ b/.github/workflows/detect-and-tag-new-version.yml @@ -49,5 +49,5 @@ jobs: - name: Run the release workflow if: steps.check-tag.outputs.exists != 'true' env: - GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} + GH_TOKEN: ${{ secrets.LUDOVICO_BOT_TOKEN }} run: gh workflow run cd.yml -f version=${{ steps.get-version.outputs.version }} --ref 2.0 diff --git a/pyproject.toml b/pyproject.toml index a63a5f0eb..3cec7eb54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "viadot2" -version = "2.1.11" +version = "2.1.12" description = "A simple data ingestion library to guide data flows from some places to other places." authors = [ { name = "acivitillo", email = "acivitillo@dyvenia.com" },