Skip to content

fix(deps): vuln esbuild (unstable → 0.28.1) [release] #3

fix(deps): vuln esbuild (unstable → 0.28.1) [release]

fix(deps): vuln esbuild (unstable → 0.28.1) [release] #3

name: Perf test command
on:
pull_request:
types: [ labeled ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-perf-test:

Check failure on line 12 in .github/workflows/perf-test-labeled.yml

View workflow run for this annotation

GitHub Actions / Perf test command

Invalid workflow file

The workflow is not valid. .github/workflows/perf-test-labeled.yml (Line: 12, Col: 3): Error calling workflow 'DataDog/metabase/.github/workflows/perf-test.yml@f69164fadf0ddf21b479b84a9a3b210d2b08ead8'. The nested job 'build' is requesting 'actions: read, id-token: write', but is only allowed 'actions: none, id-token: none'. .github/workflows/perf-test-labeled.yml (Line: 12, Col: 3): Error calling workflow 'DataDog/metabase/.github/workflows/perf-test.yml@f69164fadf0ddf21b479b84a9a3b210d2b08ead8'. The nested job 'launch_perf_test' is requesting 'id-token: write', but is only allowed 'id-token: none'.
if: ${{ github.event.label.name == 'Run-perf' }}
uses: ./.github/workflows/perf-test.yml
with:
wait_for_uberjar: true
secrets: inherit