Update repo-sync.yml#38463
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
|
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:
You'll need to revert all of the files you changed that match that list using GitHub Desktop or The complete list of files we can't accept are:
We also can't accept contributions to files in the content directory with frontmatter |
There was a problem hiding this comment.
Pull Request Overview
Syncs the repo-sync workflow with internal updates by swapping out the base PAT secret for a dedicated repo-sync secret
- Replaces
DOCS_BOT_PAT_BASEwithDOCS_BOT_PAT_REPO_SYNCforsource_repo - Updates both
github_tokenandgithub-tokeninputs to use the new secret
Comments suppressed due to low confidence (1)
.github/workflows/repo-sync.yml:31
- Ensure that the new secret
DOCS_BOT_PAT_REPO_SYNCis added and properly scoped in the repository’s secrets settings to prevent the workflow from failing.
source_repo: https://${{ secrets.DOCS_BOT_PAT_REPO_SYNC }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Repo sync workflow needs to be synced with internal changes so that it can update those internal changes: 🐔 🥚 🐔