We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527c3b0 commit d94bd5bCopy full SHA for d94bd5b
1 file changed
.github/workflows/repo-sync.yml
@@ -12,15 +12,13 @@ jobs:
12
- uses: repo-sync/github-sync@v2
13
name: Sync repo to branch
14
with:
15
- source_repo: aws-samples/data-perimeter-policy-examples
+ source_repo: ${{ secrets.SOURCE_REPO }}
16
source_branch: main
17
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
18
github_token: ${{ secrets.REPO_SYNC }}
19
- exclude: '.github/workflows/repo-sync.yml'
20
- uses: repo-sync/pull-request@v2
21
name: Create pull request
22
23
24
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
25
destination_branch: main
26
0 commit comments