Skip to content

Commit

Permalink
Unset extra authentication header
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 27, 2024
1 parent 0506edb commit 3f8b290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
sudo apt-get install -y gh
- name: Set up git
run: |
cd ${{ github.workspace }}/engine-benchmark-results
git config --global user.email "[email protected]"
git config --global user.name "enso-bench-bot"
cd ${{ github.workspace }}/engine-benchmark-results
git config --unset-all http.https://github.com/.extraheader
git remote set-url origin https://x-access-token:${{ secrets.ENSO_BENCHMARK_RESULTS_TOKEN }}@github.com/enso-org/engine-benchmark-results
echo "Hello world" > hello.txt
git add hello.txt
Expand Down

0 comments on commit 3f8b290

Please sign in to comment.