Skip to content

Merge branch 'blockscout:main' into main #4

Merge branch 'blockscout:main' into main

Merge branch 'blockscout:main' into main #4

Workflow file for this run

name: Deploy from main branch
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish_image:
name: Publish Docker image
uses: './.github/workflows/publish-image.yml'
secrets: inherit
deploy_main:

Check failure on line 19 in .github/workflows/deploy-main.yml

View workflow run for this annotation

GitHub Actions / Deploy from main branch

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-main.yml (Line: 19, Col: 3): Error calling workflow 'blockscout/blockscout-ci-cd/.github/workflows/deploy_helmfile.yaml@master'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Deploy frontend
needs: publish_image
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy_helmfile.yaml@master
with:
appName: front
globalEnv: main
helmfileDir: deploy
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev
vaultRole: ci-dev
secrets: inherit
deploy_l2:
name: Deploy frontend (L2)
needs: publish_image
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy_helmfile.yaml@master
with:
appName: l2-optimism-goerli
globalEnv: optimism-goerli
helmfileDir: deploy
kubeConfigSecret: ci/data/dev/kubeconfig/k8s-dev
vaultRole: ci-dev
secrets: inherit