File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
- name : Sync repo to branch
29
29
uses : repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88
30
30
with :
31
- source_repo : https://${{ secrets.DOCS_BOT_PAT_BASE }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
31
+ source_repo : https://${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
32
32
source_branch : main
33
33
destination_branch : repo-sync
34
- github_token : ${{ secrets.DOCS_BOT_PAT_BASE }}
34
+ github_token : ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}
35
35
36
36
- name : Ship pull request
37
37
uses : actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
38
38
with :
39
- github-token : ${{ secrets.DOCS_BOT_PAT_BASE }}
39
+ github-token : ${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}
40
40
result-encoding : string
41
41
script : |
42
42
const { owner, repo } = context.repo
You can’t perform that action at this time.
0 commit comments