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