github-action-benchmark
github-action-benchmark copied to clipboard
I am unable to push the pages.
fatal: could not read Username for 'https://github.com': No such device or address ##[error]Command 'git' failed with args '-c user.name=github-action-benchmark -c [email protected] -c http.https://github.com/.extraheader= fetch origin gh-pages:gh-pages': fatal: could not read Username for 'https://github.com': No such device or address
My workflow file:
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with:
name: Go Benchmark ${{ matrix.benchfile }}
tool: 'go'
output-file-path: output.txt
# Use personal access token instead of GITHUB_TOKEN due to
# https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/td-p/26869/highlight/false
github-token: ${{ secrets.GH_PERSON_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
fail-on-alert: true
public or private repo? there's a PR (#38) and an issue (#19) that discuss a similar error for private repos.