From fb7bef0ece68361928af9ab34550c0e10df9fe30 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:08:10 -0500 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 221485d90..078bb14e5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -163,6 +163,6 @@ 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}}