Skip to content

Merge pull request #7 from aurora-is-near/sync-08-05 #6

Merge pull request #7 from aurora-is-near/sync-08-05

Merge pull request #7 from aurora-is-near/sync-08-05 #6

Workflow file for this run

name: Deploy from main branch
on:
push:
branches:
- main
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.husky/**'
- '.vscode/**'
- 'docs/**'
- 'jest/**'
- 'mocks/**'
- 'playwright/**'
- 'stubs/**'
- 'tools/**'
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 29 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: 29, 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