Skip to content

Merge pull request #28 from cloudposse-examples/DEV-1567-moved-org #104

Merge pull request #28 from cloudposse-examples/DEV-1567-moved-org

Merge pull request #28 from cloudposse-examples/DEV-1567-moved-org #104

Workflow file for this run

name: Main Branch
on:
push:
branches:
- master
- main
permissions:
contents: write
id-token: write
jobs:
do:
uses: ./.github/workflows/eks-argocd-main-branch.yml

Check failure on line 14 in .github/workflows/main-branch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main-branch.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/main-branch.yaml" -> "./.github/workflows/eks-argocd-main-branch.yml" (source branch with sha:58de54797c8235ce790314a7a46e9f2c5bf477ed) --> "./.github/workflows/workflows-cd-argocd.yml" : failed to fetch workflow: workflow was not found.
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
path: deploy
tests_enabled: false
secrets:
github-private-actions-pat: "${{ secrets.ARGOCD_GITHUB_NONPROD }}"
registry: "${{ secrets.ECR_REGISTRY }}"
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
ecr-region: "${{ secrets.ECR_REGION }}"
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"