Skip to content

Commit

Permalink
credential change
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1998 committed May 11, 2024
1 parent 2811ae4 commit 71af271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bump version
on: push
# on: push
# pull_request:
# types:
# - closed
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: success() # Only continue if all was successful till now
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.lib-ml-tag-bump-token }}
GITHUB_TOKEN: ${{ secrets.lib_ml_tag_bump_token }}
DEFAULT_BUMP: patch
TAG_CONTEXT: branch
WITH_V: false
Expand Down

0 comments on commit 71af271

Please sign in to comment.