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 5ac731b commit 7f9d330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Test Manic
run: |
pushd test
Expand Down

0 comments on commit 7f9d330

Please sign in to comment.