Skip to content

Commit d94bd5b

Browse files
authored
Update repo-sync.yml
1 parent 527c3b0 commit d94bd5b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ jobs:
1212
- uses: repo-sync/github-sync@v2
1313
name: Sync repo to branch
1414
with:
15-
source_repo: aws-samples/data-perimeter-policy-examples
15+
source_repo: ${{ secrets.SOURCE_REPO }}
1616
source_branch: main
1717
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
1818
github_token: ${{ secrets.REPO_SYNC }}
19-
exclude: '.github/workflows/repo-sync.yml'
2019
- uses: repo-sync/pull-request@v2
2120
name: Create pull request
2221
with:
23-
exclude: '.github/workflows/repo-sync.yml'
2422
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
2523
destination_branch: main
2624
github_token: ${{ secrets.REPO_SYNC }}

0 commit comments

Comments
 (0)