Skip to content

Commit

Permalink
chore: set persist-credentials to false during checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandonogueira committed Oct 29, 2024
1 parent 28da054 commit 27c492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tag-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
run: |
git config --global user.email "$GIT_EMAIL"
git config --global user.name "$GIT_NAME"
git remote set-url origin https://x-access-token:$GITHUB_TOKEN@github.com/Chili-Piper/$REPO_NAME
git remote set-url origin https://x-access-token:$GITHUB_PAT@github.com/Chili-Piper/$REPO_NAME
npm version patch -m "[skip ci] CPP-0 - Version: %s" --no-commit-hooks;
git push && git push origin --tags;
echo new_tag=$(git describe --tags) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 27c492f

Please sign in to comment.