Skip to content

Add url base path for stats api and visualizer api endpoints in the e… #2

Add url base path for stats api and visualizer api endpoints in the e…

Add url base path for stats api and visualizer api endpoints in the e… #2

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 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed 'actions: none, checks: none, contents: read[...]
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