We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79314e commit bff997bCopy full SHA for bff997b
1 file changed
.github/workflows/repo-sync.yml
@@ -17,11 +17,11 @@ jobs:
17
source_repo: ${{ secrets.SOURCE_REPO }}
18
source_branch: main
19
destination_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
20
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.REPO_SYNC }}
21
- uses: repo-sync/pull-request@v2
22
name: Create pull request
23
with:
24
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
25
destination_repository: ${{ secrets.DESTINATION_REPOSITORY }}
26
destination_branch: main
27
0 commit comments