Skip to content

Commit

Permalink
Add CI_ACCESS_TOKEN to ci-perf-kit checkout (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Dec 6, 2021
1 parent 4813a2b commit 519e8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/perf-jikesrvm-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Checkout Perf Kit
uses: actions/checkout@v2
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.6.5"
path: ci-perf-kit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perf-openjdk-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Checkout Perf Kit
uses: actions/checkout@v2
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.6.5"
path: ci-perf-kit
Expand Down

0 comments on commit 519e8f3

Please sign in to comment.