Skip to content

Commit

Permalink
♻️ Switch detect-and-tag-new-version workflow's token (#1012)
Browse files Browse the repository at this point in the history
* ♻️ Change token to Ludovico bot's

* 🔖 Bump version
  • Loading branch information
trymzet authored Aug 27, 2024
1 parent 0b77e59 commit 3b1e7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-and-tag-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down

0 comments on commit 3b1e7dc

Please sign in to comment.