Skip to content

fix(deps): vuln minor upgrades — 5 packages (minor: 3 · patch: 2) #4

fix(deps): vuln minor upgrades — 5 packages (minor: 3 · patch: 2)

fix(deps): vuln minor upgrades — 5 packages (minor: 3 · patch: 2) #4

name: PR Closed or Unlabeled
on:
pull_request:
types: [ closed, unlabeled ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-env:

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

View workflow run for this annotation

GitHub Actions / PR Closed or Unlabeled

Invalid workflow file

The workflow is not valid. .github/workflows/pr-env-close-unlabel.yml (Line: 12, Col: 3): Error calling workflow 'DataDog/metabase/.github/workflows/pr-env-destroy.yml@a95c5c4b1a86406295d206cdf85917d6a6af1076'. The nested job 'destroy_pr' is requesting 'id-token: write', but is only allowed 'id-token: none'.
if: ${{ github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'PR-Env') || github.event.label.name == 'PR-Env' }}
uses: ./.github/workflows/pr-env-destroy.yml
secrets: inherit