Skip to content

Commit

Permalink
Переставляет токен на место пароля
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Jul 18, 2024
1 parent 53b3996 commit 21cfca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.DOKA_BOT_ACCESS_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
Expand All @@ -26,8 +25,9 @@ jobs:
then
echo $(git status)
else
git config user.name "Doka Dog"
git config user.email "<[email protected]>"
git config --global user.name "Doka Dog"
git config --global user.email "<[email protected]>"
git config --global user.password "${{ secrets.DOKA_BOT_ACCESS_TOKEN }}"
git add CHANGELOG.md
git commit -m "Обновляет CHANGELOG" --author "Doka Dog <[email protected]>"
Expand Down

0 comments on commit 21cfca2

Please sign in to comment.