Skip to content

benchmark

benchmark #39

Workflow file for this run

name: benchmark
on:
workflow_dispatch:
inputs:
sha:
type: string
required: true
description: "The commit SHA to run the benchmarks against."
push:
branches: [main]
jobs:
benchmark:

Check failure on line 13 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / benchmark

Invalid workflow file

The workflow is not valid. .github/workflows/benchmark.yml (Line: 13, Col: 3): Error calling workflow 'vapor/ci/.github/workflows/run-benchmark.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: vapor/ci/.github/workflows/run-benchmark.yml@main
with:
sha: ${{ inputs.sha }}
secrets: inherit