Skip to content

fix(deps): vuln major upgrades — 4 packages (major: 1 · minor: 2 · patch: 1) #8

fix(deps): vuln major upgrades — 4 packages (major: 1 · minor: 2 · patch: 1)

fix(deps): vuln major upgrades — 4 packages (major: 1 · minor: 2 · patch: 1) #8

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@e0885129cc4dd937580e8eb83871d954f0b21791'. 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@e0885129cc4dd937580e8eb83871d954f0b21791'. 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