Skip to content
View Golf88cw's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Golf88cw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Golf88cw/README.md
  • 👋 Hi, I’m @Golf88cw
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

title: Accessing user-owned repositories in your enterprise intro: "You can temporarily access a repository owned by a user within your enterprise." permissions: Enterprise owners can temporarily access user-owned repositories. versions: feature: 'emu-owned-repos' type: how_to topics:

  • Enterprise
  • Repositories shortTitle: Access user-owned repos redirect_from:
  • /admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise

{% note %}

Note: Temporarily accessing user-owned repositories is currently in beta for {% data variables.product.prodname_emus %} and subject to change.

{% endnote %}

About temporary access to user-owned repositories

If your enterprise uses {% data variables.product.prodname_emus %}, and you've allowed users to create repositories owned by their user accounts, you can temporarily access any user-owned repository within your enterprise.

When you temporarily access a repository, you get admin access to the repository for two hours. You can take all the same actions as the repository owner, including editing the repository, changing the repository's settings, transferring the repository, and deleting the repository.

The repository owner will receive an email informing them that you have enabled temporary access to the repository, and a repo.temporary_access_granted event will be added to the audit log for your enterprise and the user's security log.

Temporarily accessing a repository

{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.repositories-tab %} {% data reusables.enterprise.view-user-namespace-repos %}

  1. To the right of the repository you want to access, select the {% octicon "kebab-horizontal" aria-label="Access repository" %} dropdown menu, then click Enable temporary access.

    Screenshot of the list of user namespace repositories. To the right of a repository, a kebab icon is outlined in dark orange.

  2. Read the warnings, then click Yes, enable temporary access.--- title: Accessing user-owned repositories in your enterprise intro: "You can temporarily access a repository owned by a user within your enterprise." permissions: Enterprise owners can temporarily access user-owned repositories. versions: feature: 'emu-owned-repos' type: how_to topics:

  • Enterprise
  • Repositories shortTitle: Access user-owned repos redirect_from:
  • /admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise

{% note %}

Note: Temporarily accessing user-owned repositories is currently in beta for {% data variables.product.prodname_emus %} and subject to change.

{% endnote %}

About temporary access to user-owned repositories

If your enterprise uses {% data variables.product.prodname_emus %}, and you've allowed users to create repositories owned by their user accounts, you can temporarily access any user-owned repository within your enterprise.

When you temporarily access a repository, you get admin access to the repository for two hours. You can take all the same actions as the repository owner, including editing the repository, changing the repository's settings, transferring the repository, and deleting the repository.

The repository owner will receive an email informing them that you have enabled temporary access to the repository, and a repo.temporary_access_granted event will be added to the audit log for your enterprise and the user's security log.

Temporarily accessing a repository

{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.repositories-tab %} {% data reusables.enterprise.view-user-namespace-repos %}

  1. To the right of the repository you want to access, select the {% octicon "kebab-horizontal" aria-label="Access repository" %} dropdown menu, then click Enable temporary access.

    Screenshot of the list of user namespace repositories. To the right of a repository, a kebab icon is outlined in dark orange.

  2. Read the warnings, then click Yes, enable temporary access. // Octokit.js // https://github.com/octokit/core.js#readme const octokit = new Octokit({ auth: 'YOUR-TOKEN' })

await octokit.request('GET /repos/{owner}/{repo}/check-runs/{check_run_id}', { owner: 'OWNER', repo: 'REPO', check_run_id: 'CHECK_RUN_ID', headers: { 'X-GitHub-Api-Version': '2022-11-28' } })// Octokit.js // https://github.com/octokit/core.js#readme const octokit = new Octokit({ auth: 'YOUR-TOKEN' })

await octokit.request('GET /repos/{owner}/{repo}/check-runs/{check_run_id}', { owner: 'OWNER', repo: 'REPO', check_run_id: 'CHECK_RUN_ID', headers: { 'X-GitHub-Api-Version': '2022-11-28' } })

Popular repositories Loading

  1. Format Format Public

  2. Golf88cw Golf88cw Public

    Config files for my GitHub profile.

  3. linguist linguist Public

    Forked from octocat/linguist

    Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

    Ruby

  4. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript