Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am unable to push the pages. #28

Open
psyonix-davidt opened this issue Apr 27, 2020 · 1 comment
Open

I am unable to push the pages. #28

psyonix-davidt opened this issue Apr 27, 2020 · 1 comment

Comments

@psyonix-davidt
Copy link

psyonix-davidt commented Apr 27, 2020

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 user.email=[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
@almartin82
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants