Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 31, 2024
1 parent fb7bef0 commit 78a8bd4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
tool: 'googlecpp'
output-file-path: ./build/benchmarks/metacall-benchmarks.json
# Access token to deploy GitHub Pages branch
github-token: ${{ secrets.PUSH_TOKEN }}
github-token: ${{ secrets.BENCHMARKS_PUSH_TOKEN }}
# Disable push and deploy GitHub pages branch automatically
auto-push: false
# Github Pages repository name
gh-repository: github.com/ahmedihabb2/benchmarks
gh-repository: github.com/metacall/core-benchmarks
# Github Pages branch name
gh-pages-branch: main
# Output directory
Expand All @@ -88,9 +88,9 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: |
cd benchmark-data-repository
git push https://$REPO_KEY@github.com/ahmedihabb2/benchmarks.git
git push https://$REPO_KEY@github.com/metacall/core-benchmarks.git
env:
REPO_KEY: ${{secrets.PUSH_TOKEN}}
REPO_KEY: ${{secrets.BENCHMARKS_PUSH_TOKEN}}

benchmark-windows:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
tool: 'googlecpp'
output-file-path: ./build/benchmarks/metacall-benchmarks.json
# Access token to deploy GitHub Pages branch
github-token: ${{ secrets.PUSH_TOKEN }}
github-token: ${{ secrets.BENCHMARKS_PUSH_TOKEN }}
# Disable push and deploy GitHub pages branch automatically
auto-push: false
# Github Pages repository name
gh-repository: github.com/ahmedihabb2/benchmarks
gh-repository: github.com/metacall/core-benchmarks
# Github Pages branch name
gh-pages-branch: main
# Output directory
Expand All @@ -165,4 +165,4 @@ jobs:
cd benchmark-data-repository
git push https://${REPO_KEY}@github.com/metacall/core-benchmarks.git
env:
REPO_KEY: ${{secrets.PUSH_TOKEN}}
REPO_KEY: ${{secrets.BENCHMARKS_PUSH_TOKEN}}

0 comments on commit 78a8bd4

Please sign in to comment.