From 2afb09483e889e5dbea91382b25bd880072d0c6e Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 22 Aug 2022 18:58:46 +0300 Subject: [PATCH] debug wip --- .github/workflows/benchmark-dev.yml | 2 +- .github/workflows/push-results/action.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark-dev.yml b/.github/workflows/benchmark-dev.yml index eb4f5cd3..41d230c8 100644 --- a/.github/workflows/benchmark-dev.yml +++ b/.github/workflows/benchmark-dev.yml @@ -69,7 +69,7 @@ jobs: with: repository: ${{ matrix.benchResultsRepo.name }} branch: ${{ matrix.benchResultsRepo.branch }} - # token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BENCH_GITHUB_TOKEN }} path: "./gh-pages" bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})" bench_tool: "benchmarkluau" diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index 43832ed9..a70e8968 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -5,7 +5,6 @@ inputs: required: true type: string description: The benchmark results repository to check out - branch: required: true type: string @@ -33,14 +32,13 @@ inputs: runs: using: "composite" - # shell: bash steps: - name: Checkout repository uses: actions/checkout@v3 with: repository: ${{ inputs.repository }} ref: ${{ inputs.branch }} - # token: ${{ inputs.token }} + token: ${{ inputs.token }} path: "./gh-pages" - name: Store results