Update perf.yml token used to access perf repo (#4919)

This commit is contained in:
Johnnie Birch
2022-09-19 11:56:24 -07:00
committed by GitHub
parent 562bb25360
commit a434f43d22

View File

@@ -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