Skip to content

chore(deps): @sinonjs/fake-timers (major → 15.3.2) #9

chore(deps): @sinonjs/fake-timers (major → 15.3.2)

chore(deps): @sinonjs/fake-timers (major → 15.3.2) #9

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