Skip to content

Commit

Permalink
use username
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Aug 15, 2024
1 parent f1be343 commit 8cd5941
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.BOT_SECRET }}
# persist-credentials: false
- run: |
date > generated.txt
# Note: the following account information will not work on GHES
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git pull
run: |
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git pull
- name: Install dependencies
run: |
Expand Down

0 comments on commit 8cd5941

Please sign in to comment.