Skip to content

chore(deps): bump cldr_utils from 2.26.0 to 2.28.2 #48

chore(deps): bump cldr_utils from 2.26.0 to 2.28.2

chore(deps): bump cldr_utils from 2.26.0 to 2.28.2 #48

name: Deploy testing environment
on:
pull_request:
types: [ labeled ]
# push:
workflow_dispatch:
env:
K8S_LOCAL_PORT: ${{ secrets.K8S_LOCAL_PORT }}
K8S_HOST: ${{ secrets.K8S_HOST }}
BASTION_HOST: ${{ secrets.BASTION_HOST }}
K8S_PORT: ${{ secrets.K8S_PORT }}
USERNAME: ${{ secrets.USERNAME }}
BASTION_SSH_KEY: ${{secrets.BASTION_SSH_KEY}}
jobs:
deploy_testing:

Check failure on line 18 in .github/workflows/publish-deploy-testing.yml

View workflow run for this annotation

GitHub Actions / Deploy testing environment

Invalid workflow file

The workflow is not valid. .github/workflows/publish-deploy-testing.yml (Line: 18, Col: 3): Error calling workflow 'blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master'. The nested job 'deploy' is requesting 'actions: write, attestations: 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, attes[...]
name: Deploy testing
if: ${{ github.event.label.name == 'bs-indexer-testing' }}
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with:
env_vars: VALUES_DIR=deploy/testing/eth-goerli,APP_NAME=bs-stack
appNamespace: bs-indexers-ethereum-goerli
secrets: inherit