Skip to content

Commit

Permalink
Update sync-to-codecommit.yml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 7, 2024
1 parent 39138c5 commit 5c94e04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/sync-to-codecommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,3 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-gov-west-1

- name: Sync to CodeCommit Goss Testing
run: |
git remote add goss-upstream ssh://git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/image-pipeline-goss-testing
git push goss-upstream main --force
- name: Sync to CodeCommit Ansible Playbooks
run: |
git remote add ansible-upstream ssh://git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/image-pipeline-ansible-playbooks
git push ansible-upstream main --force

0 comments on commit 5c94e04

Please sign in to comment.