Skip to content

Commit 519e8f3

Browse files
authored
Add CI_ACCESS_TOKEN to ci-perf-kit checkout (#504)
1 parent 4813a2b commit 519e8f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/perf-jikesrvm-baseline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Checkout Perf Kit
2424
uses: actions/checkout@v2
2525
with:
26+
token: ${{ secrets.CI_ACCESS_TOKEN }}
2627
repository: mmtk/ci-perf-kit
2728
ref: "0.6.5"
2829
path: ci-perf-kit

Diff for: .github/workflows/perf-openjdk-baseline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Checkout Perf Kit
2424
uses: actions/checkout@v2
2525
with:
26+
token: ${{ secrets.CI_ACCESS_TOKEN }}
2627
repository: mmtk/ci-perf-kit
2728
ref: "0.6.5"
2829
path: ci-perf-kit

0 commit comments

Comments
 (0)