Skip to content

[Snyk] Upgrade monaco-editor from 0.34.1 to 0.48.0 #3

[Snyk] Upgrade monaco-editor from 0.34.1 to 0.48.0

[Snyk] Upgrade monaco-editor from 0.34.1 to 0.48.0 #3

Workflow file for this run

name: Cleanup environments
on:
pull_request:
types:
- closed
- merged
workflow_dispatch:
jobs:
cleanup_release:

Check failure on line 11 in .github/workflows/cleanup.yml

View workflow run for this annotation

GitHub Actions / Cleanup environments

Invalid workflow file

The workflow is not valid. .github/workflows/cleanup.yml (Line: 11, Col: 3): Error calling workflow 'blockscout/blockscout-ci-cd/.github/workflows/cleanup_helmfile.yaml@master'. The nested job 'cleanup' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_helmfile.yaml@master
with:
appName: review-l2-$GITHUB_REF_NAME_SLUG
globalEnv: review
helmfileDir: deploy
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev
vaultRole: ci-dev
secrets: inherit
cleanup_l2_release:
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_helmfile.yaml@master
with:
appName: review-$GITHUB_REF_NAME_SLUG
globalEnv: review
helmfileDir: deploy
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev
vaultRole: ci-dev
secrets: inherit
cleanup_docker_image:
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup_docker.yaml@master
with:
dockerImage: review-$GITHUB_REF_NAME_SLUG
secrets: inherit