Skip to content

Commit

Permalink
try setting credentials this way
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 9, 2023
1 parent 1d61a69 commit f4d6aa9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
name: 'Jim Edwards'
email: 'jedwards@ucar.edu'
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Test Manic
run: |
pushd test
git config --global user.email "devnull@example.com"
git config --global user.name "GITHUB tester"
make utest
make stest
popd
Expand Down

0 comments on commit f4d6aa9

Please sign in to comment.