File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77
88env :
9- # GITHUB_TOKEN: ${{ secrets.OB_BENCH_TOKEN }}
9+ GITHUB_TOKEN : ${{ secrets.AWS_BENCHMARKS }}
1010 RESULTS_DIR_ROOT : gh_pages
1111 ASV_CONFIG : asv.conf.json
1212 MACHINE_NAME : github-actions-x86 # to identify github actions machine as hostname changes everytime
5757
5858 - name : Copy results to a gh-pages branch clone
5959 run : |
60- git clone -b gh-pages --single-branch https://github.com/OpenMathLib/BLAS-Benchmarks.git ~/$RESULTS_DIR_ROOT
60+ git clone -b gh-pages --single-branch https://$GITHUB_TOKEN@ github.com/OpenMathLib/BLAS-Benchmarks.git ~/$RESULTS_DIR_ROOT
6161 echo ">>>> clone done"
6262
6363 RESULTS_DIR=~/$RESULTS_DIR_ROOT/results
9797 git commit -m "Update benchmarks `cat msg.txt` "
9898 # git push origin main
9999 git remote -v
100- git push origin:gh-pages
100+ git branch
101+ git log
102+ git push origin
101103
You can’t perform that action at this time.
0 commit comments