From a434f43d2276dd30dab26cfeaa4103f337557f17 Mon Sep 17 00:00:00 2001 From: Johnnie Birch Date: Mon, 19 Sep 2022 11:56:24 -0700 Subject: [PATCH] Update perf.yml token used to access perf repo (#4919) --- .github/workflows/performance.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index f7b046cc43..a70ee02d4f 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -14,7 +14,6 @@ on: # Env variables env: SG_COMMIT: b4971ae - TOKEN: ${{ secrets.SIGHTGLASS_BENCHMARKING_TOKEN }} GITHUB_CONTEXT: ${{ toJson(github) }} jobs: @@ -39,7 +38,7 @@ jobs: - run: echo "$GITHUB_CONTEXT" - run: | # Create and Push Branch - git clone https://jlb6740:${{env.TOKEN}}@github.com/bytecodealliance/wasmtime-sightglass-benchmarking.git + git clone https://wasmtime-publish:${{secrets.PERSONAL_ACCESS_TOKEN}}@github.com/bytecodealliance/wasmtime-sightglass-benchmarking.git cd wasmtime-sightglass-benchmarking git remote add wasmtime ${{ github.event.repository.clone_url }} git fetch wasmtime refs/pull/*/merge:refs/remotes/wasmtime/pull/*/merge