Skip to content

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

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

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

Workflow file for this run

name: PR-Env labeled
on:
pull_request:
types: [ labeled ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-env:

Check failure on line 12 in .github/workflows/pr-env-labeled.yml

View workflow run for this annotation

GitHub Actions / PR-Env labeled

Invalid workflow file

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