Skip to content

Commit eeac4f3

Browse files
authored
Update repo-sync.yml
1 parent d934973 commit eeac4f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
github_token: ${{ secrets.REPO_SYNC }}
1919
- uses: repo-sync/pull-request@v2
2020
name: Debug Destination Repository
21-
run: echo "Destination Repository: ${{ secrets.DESTINATION_REPOSITORY }}"
21+
run: echo "Destination Repository debugging: ${{ secrets.destination_repository }}"
2222
name: Create pull request
2323
with:
2424
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
25-
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
25+
destination_repository: https://${{ secrets.REPO_SYNC }}@github.com/aws-samples/sample-data-perimeter-policy-examples-staging.git
2626
destination_branch: main
2727
github_token: ${{ secrets.REPO_SYNC }}

0 commit comments

Comments
 (0)