github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

I am unable to push the pages.

Open psyonix-davidt opened this issue 5 years ago • 1 comments

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

psyonix-davidt avatar Apr 27 '20 22:04 psyonix-davidt

public or private repo? there's a PR (#38) and an issue (#19) that discuss a similar error for private repos.

almartin82 avatar Aug 08 '20 02:08 almartin82