Skip to content

Commit

Permalink
Update perf.yml token used to access perf repo (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 authored Sep 19, 2022
1 parent 562bb25 commit a434f43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
# Env variables
env:
SG_COMMIT: b4971ae
TOKEN: ${{ secrets.SIGHTGLASS_BENCHMARKING_TOKEN }}
GITHUB_CONTEXT: ${{ toJson(github) }}

jobs:
Expand All @@ -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
Expand Down

0 comments on commit a434f43

Please sign in to comment.