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