1
0
mirror of synced 2026-01-01 18:05:46 -05:00
Files
docs/data/reusables/codespaces/prebuilds-permission-authorization.md
hubwriter 238d02f82c Codespace prebuild support for monorepos and external repo access (#29232)
* Make changes for multiple config files

* Clarify deprecated procedure

* Optimize images

* More WiP changes

* More WiP changes

* Update s/shots - no longer beta

* Optimize images

* More WiP changes

* Fix broken links

* WiP

* Add authorizations screenshots

* Optimize images

* Reorg requested by reviewer

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/troubleshooting/troubleshooting-prebuilds.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* Update data/reusables/codespaces/billing-for-prebuilds.md

* Tiny tweak to creation article

* Another tiny tweak to creation article

* Fix self-referential link

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-07-28 17:16:42 +01:00

1022 B

If the dev container configuration for the repository specifies permissions for accessing other repositories, you will be shown an authorization page. For more information on how this is specified in the devcontainer.json file, see "Managing access to other repositories within your codespace."

Click {% octicon "chevron-down" aria-label="The expand down icon" %} to view the details of the requested permissions.

Screenshot of the authorization page for prebuilds

Click Authorize and continue to grant these permissions for creation of the prebuild. Alternatively, you can click Continue without authorizing but, if you do so, codespaces created from the resulting prebuild may not work properly.

{% note %}

Note: Users who create codespaces using this prebuild will also be asked to grant these permisssions.

{% endnote %}