Skip to content

Commit

Permalink
Added git credentials for docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Oct 6, 2023
1 parent c57eb06 commit e759f93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
python-version: "3.12"
cache: true

# Docs needs credentials to check contributors
- name: Set git credentials
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- name: Install Nox
run: |
pdm sync -d -G nox
Expand Down

0 comments on commit e759f93

Please sign in to comment.