From 0056dc9267431aef0ec58943dff32149f40c7819 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 24 May 2022 19:53:03 +0300 Subject: [PATCH] Debug WIP: Update checkout token --- .github/workflows/benchmark-cachegrind.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index fd85b34d..d667255e 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -30,6 +30,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + with: + token: "${{ secrets.BENCH_GITHUB_TOKEN }}" - name: Build Luau run: make config=release luau luau-analyze @@ -62,7 +64,7 @@ jobs: with: repository: AllanJeremy/luau-benchmark-results ref: "main" - path: "./" + token: "${{ secrets.BENCH_GITHUB_TOKEN }}" - run: pwd