Skip to content

Commit

Permalink
Set up git token for git tests
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bensley committed Nov 19, 2024
1 parent 61a550b commit 669bf71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
uses: oleksiyrudenko/[email protected]
with:
global: true
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Install Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 669bf71

Please sign in to comment.