Skip to content

Commit 20b87a7

Browse files
authored
Merge branch 'master' into aws_external_docs
2 parents 320af4e + b8c2dda commit 20b87a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: repo-sync/pull-request@v2
2121
name: Create pull request
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
2224
with:
2325
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
2426
destination_branch: master

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ For more information about contributing, see Contributing.
2929

3030
## List of READMEs
3131

32-
- [Contributing](#)
33-
- [Style Guide](#)
34-
- [Developer Guide](#)
32+
- [Contributing](CONTRIBUTING.md)
33+
- [Style Guide](styleguide.md)
34+
- [Developer Guide](devguide.md)
3535

3636
## License
3737
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]

0 commit comments

Comments
 (0)