Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook authored Sep 28, 2024
1 parent 9dd4c66 commit c0f58ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
./update-corpus.sh
git config user.name "Github Actions Bot"
git config user.email "<>"
git remote set-url origin https://x-access-token:${{ secrets.FUZZ_GITHUB_TOKEN }}@github.com/capnspacehook/egress-eddie-corpus.git
git remote set-url origin https://capnspacehook:${{ secrets.FUZZ_GITHUB_TOKEN }}@github.com/capnspacehook/egress-eddie-corpus.git
git add *
git commit -m "Add new inputs to corpus"
Expand Down

0 comments on commit c0f58ed

Please sign in to comment.