From 512e116958026df5d4e0ecdd7dccc4a3cd38dffc Mon Sep 17 00:00:00 2001 From: gregnuj Date: Tue, 29 Aug 2023 10:13:48 -0500 Subject: [PATCH] Add codecommit.yml --- .github/workflows/codecommit.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/codecommit.yml diff --git a/.github/workflows/codecommit.yml b/.github/workflows/codecommit.yml deleted file mode 100644 index 12553b1..0000000 --- a/.github/workflows/codecommit.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: sync to codecommit - -on: - push: - branches: - - '*' - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.CC_ACCESS_KEY }} - aws-secret-access-key: ${{ secrets.CC_SECRET_KEY }} - aws-region: us-east-1 - - - name: Sync up to CodeCommit - uses: terra-money/sync-up-to-codecommit-action@v1 - with: - repository_name: ${{ github.event.repository.name }} - aws_region: us-east-1