Skip to content

Commit

Permalink
TRCKR-T-6 add configure git credentials step
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Apr 14, 2024
1 parent 5735932 commit 57bff2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
with:
python-version: 3.12

- name: Configure git credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Build and upload docs
run: |
python3 -m venv venv
Expand Down

0 comments on commit 57bff2c

Please sign in to comment.