Skip to content

Commit

Permalink
use this to set git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 9, 2023
1 parent 7f9d330 commit 1d61a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v3
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
name: 'Jim Edwards'
email: '[email protected]'
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Test Manic
run: |
Expand Down

0 comments on commit 1d61a69

Please sign in to comment.