ci: remove git_username
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m18s
CI Pipeline / publish (push) Successful in 22s

This commit is contained in:
Leandro Costa 2025-06-27 13:05:41 -03:00
parent 81a57c1388
commit 2a80029ef0

View file

@ -56,4 +56,3 @@ jobs:
with: with:
npm_token: ${{ secrets.NPM_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }}
git_token: ${{ secrets.PACKAGE_PUBLISHER_TOKEN }} git_token: ${{ secrets.PACKAGE_PUBLISHER_TOKEN }}
git_username: ${{ leandro }}