Update perf.yml token used to access perf repo (#4919)
This commit is contained in:
3
.github/workflows/performance.yml
vendored
3
.github/workflows/performance.yml
vendored
@@ -14,7 +14,6 @@ on:
|
|||||||
# Env variables
|
# Env variables
|
||||||
env:
|
env:
|
||||||
SG_COMMIT: b4971ae
|
SG_COMMIT: b4971ae
|
||||||
TOKEN: ${{ secrets.SIGHTGLASS_BENCHMARKING_TOKEN }}
|
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -39,7 +38,7 @@ jobs:
|
|||||||
- run: echo "$GITHUB_CONTEXT"
|
- run: echo "$GITHUB_CONTEXT"
|
||||||
- run: |
|
- run: |
|
||||||
# Create and Push Branch
|
# 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
|
cd wasmtime-sightglass-benchmarking
|
||||||
git remote add wasmtime ${{ github.event.repository.clone_url }}
|
git remote add wasmtime ${{ github.event.repository.clone_url }}
|
||||||
git fetch wasmtime refs/pull/*/merge:refs/remotes/wasmtime/pull/*/merge
|
git fetch wasmtime refs/pull/*/merge:refs/remotes/wasmtime/pull/*/merge
|
||||||
|
|||||||
Reference in New Issue
Block a user