Skip to content

chore: Replace Makefile with atmos.yaml (#4) #3

chore: Replace Makefile with atmos.yaml (#4)

chore: Replace Makefile with atmos.yaml (#4) #3

Workflow file for this run

name: Main branch
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main

Check failure on line 11 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" -> "cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main" (source branch with sha:a4d0078b26faab74b046f3104f39a40f5436aa92) --> "cloudposse/github-actions-workflows/.github/workflows/ci-github-action.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"