mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Update checkout token
This commit is contained in:
parent
b7f6080824
commit
0056dc9267
1 changed files with 3 additions and 1 deletions
4
.github/workflows/benchmark-cachegrind.yml
vendored
4
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue