We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d934973 commit eeac4f3Copy full SHA for eeac4f3
1 file changed
.github/workflows/repo-sync.yml
@@ -18,10 +18,10 @@ jobs:
18
github_token: ${{ secrets.REPO_SYNC }}
19
- uses: repo-sync/pull-request@v2
20
name: Debug Destination Repository
21
- run: echo "Destination Repository: ${{ secrets.DESTINATION_REPOSITORY }}"
+ run: echo "Destination Repository debugging: ${{ secrets.destination_repository }}"
22
name: Create pull request
23
with:
24
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
25
- destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
+ destination_repository: https://${{ secrets.REPO_SYNC }}@github.com/aws-samples/sample-data-perimeter-policy-examples-staging.git
26
destination_branch: main
27
0 commit comments