Skip to content

test the cicd

test the cicd #3

name: Deploy V2 holoclis to staging[develop-v2]
permissions:
id-token: write
contents: read # This is required for actions/checkout@v2
env:
AWS_REGION: us-west-2
IAM_ROLE: arn:aws:iam::177635894328:role/Github_role_to_access_ECR
ECR_REPOSITORY: holo-cli-dev # notice: the same for all cli apps
#
IMAGE_TAG: dev-${{ github.sha }}
#
CLUSTER_NAME: staging
#
AWS_KEY_ID: ${{ secrets.NEWSTAGE_USER_AWS_ACCESS_KEY_ID }}
AWS_ACCESS_KEY: ${{ secrets.NEWSTAGE_USER_AWS_SECRET_ACCESS_KEY }}
on:
push:
branches:
- 'feat/separate-v1-v2-cli-cicd'
# Excluded branches
- '!testnet'
- '!main'
- '!mainnet'
- '!master'
jobs:
build-the-image:
- name: build-the-image

Check failure on line 31 in .github/workflows/cicd_develop_main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd_develop_main.yaml

Invalid workflow file

You have an error in your yaml syntax on line 31
uses: ./.github/cicd_develop_build_image