Debug WIP: Update checkout token

This commit is contained in:
Allan Jeremy 2022-05-24 19:53:03 +03:00
parent b7f6080824
commit 0056dc9267

View file

@ -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