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 }}"