From b01d8cd55d6484c3b1624f902bc0777f1c2fd5a4 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 15 Sep 2025 20:05:05 +0200 Subject: [PATCH] chore: Replace Makefile with atmos.yaml --- .github/workflows/main-branch.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main-branch.yaml diff --git a/.github/workflows/main-branch.yaml b/.github/workflows/main-branch.yaml deleted file mode 100644 index 96e3a91..0000000 --- a/.github/workflows/main-branch.yaml +++ /dev/null @@ -1,16 +0,0 @@ -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 - with: - organization: "${{ github.event.repository.owner.login }}" - repository: "${{ github.event.repository.name }}" - secrets: - github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"