You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/how-tos/monitor-workflows/enable-debug-logging.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,5 @@ Step debug logging increases the verbosity of a job's logs during and after a jo
42
42
43
43
1. To enable step debug logging, set the following secret or variable in the repository that contains the workflow: `ACTIONS_STEP_DEBUG` to `true`. If both the secret and variable are set, the value of the secret takes precedence over the variable.
44
44
1. After setting the secret or variable, more debug events are shown in the step logs. For more information, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs#viewing-logs-to-diagnose-failures).
45
+
46
+
You can also use the `runner.debug` context to conditionally run steps only when debug logging is enabled. For more information, see [AUTOTITLE](/actions/reference/workflows-and-actions/contexts#runner-context).
Copy file name to clipboardExpand all lines: content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ If members of your enterprise access {% data variables.location.product_location
38
38
39
39
{% data variables.product.github %} does not display IP addresses in the audit log for `api.request` events that do not have repository context, such as requests triggered by GraphQL or requests to endpoints that reference only a user or organization.
40
40
41
+
{% data variables.product.github %} does not display IP addresses in the audit log for certain events where the actor recorded in the audit log differs from the person or system that performed the action. {% data variables.product.github %} also does not display IP addresses when a bot or automated system performs the action.
42
+
41
43
## Enabling display of IP addresses in the audit log
42
44
43
45
{% data reusables.enterprise-accounts.access-enterprise %}
Copy file name to clipboardExpand all lines: content/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods.md
In addition to securely storing your two-factor authentication (2FA) recovery codes, we strongly recommend configuring two or more authentication methods to avoid losing access to your account. For more information, see [AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-security-key).
22
22
23
-
## Downloading your two-factor authentication recovery codes
23
+
As well as configuring authentication methods, we'd also strongly suggest setting up some 2FA recovery methods which may be helpful if you were ever to lose your authentication methods. Recovery methods available to be configured include: the account's recovery codes file, SSH key(s), {% data variables.product.pat_generic_caps_plural %} (PATs) and verified device(s).
24
+
25
+
## About the recovery codes file
26
+
27
+
The recovery codes file includes one-time codes for account recovery if you can’t access your two-factor authentication method. You should download and store these codes securely.
28
+
29
+
### Downloading your two-factor authentication recovery codes
24
30
25
31
{% data reusables.two_fa.about-recovery-codes %} You can also download your recovery codes at any point after enabling two-factor authentication.
26
32
@@ -36,7 +42,7 @@ If you generate new recovery codes or disable and re-enable 2FA, the recovery co
36
42
* To save a hard copy of your recovery codes, click **Print**.
37
43
* To copy your recovery codes for storage in a password manager, click **Copy**.
38
44
39
-
## Generating a new set of recovery codes
45
+
###Generating a new set of recovery codes
40
46
41
47
Once you use a recovery code to regain access to your account, it cannot be reused. If you've used all 16 recovery codes, you can generate another list of codes. Generating a new set of recovery codes will invalidate any codes you previously generated.
42
48
@@ -45,7 +51,7 @@ Once you use a recovery code to regain access to your account, it cannot be reus
45
51
{% data reusables.two_fa.show-recovery-codes %}
46
52
1. Under "Generate new recovery codes", click **Generate new recovery codes**.
47
53
48
-
## Configuring backups for your time-based one-time password (TOTP) app
54
+
###Configuring backups for your time-based one-time password (TOTP) app
49
55
50
56
Most TOTP apps support backups. If you lose access to your authentication device, you can use your TOTP app backup to access your authentication method and account credentials on a different authentication device, ensuring continued access to your 2FA-enabled account.
51
57
@@ -55,6 +61,20 @@ The process of configuring backups is different for each TOTP app. For some exam
SSH keys can be configured and used for account recovery if ever required. To set up 1 or more SSH keys that can be used to recover access to your 2FA-enabled account, see [AUTOTITLE](/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account).
67
+
68
+
> [!NOTE]
69
+
> Be sure to choose 'authentication' as the key's type during this process.
70
+
71
+
## {% data variables.product.pat_generic_caps_plural %}
72
+
73
+
{% data variables.product.pat_generic_caps_plural %} (PATs) can be configured and used for recovery if ever needed. To set up 1 or more PATs that can be used to recover access, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic).
74
+
75
+
> [!NOTE]
76
+
> Be sure to choose 'repo' when choosing the 'scopes' available during this process.
Copy file name to clipboardExpand all lines: content/billing/concepts/product-billing/github-actions.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,14 +130,11 @@ For full details of minute costs for different types of runners, see [AUTOTITLE]
130
130
131
131
### Example minutes cost calculation for {% data variables.product.github %}-hosted runners
132
132
133
-
For example, if your organization uses {% data variables.product.prodname_team %}, using 5,000 minutes beyond the included quota on {% data variables.product.github %}-hosted runners would have a total actions minutes cost of $56 USD currently, if you used baseline Linux and Windows runners.
133
+
For example, if your organization uses {% data variables.product.prodname_team %}, using 5,000 minutes beyond the included quota on {% data variables.product.github %}-hosted runners would have a total actions minutes cost of $38 USD currently, if you used baseline Linux and Windows runners.
134
134
135
-
* 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 USD ($24 USD + $32 USD).
136
-
* 3,000 Linux minutes at $0.008 USD per minute = $24 USD.
137
-
* 2,000 Windows minutes at $0.016 USD per minute = $32 USD.
138
-
139
-
>[!TIP]
140
-
> The cost for these runners will reduce from January 1, 2026.
135
+
* 5,000 (3,000 Linux and 2,000 Windows) minutes = $38 USD ($18 USD + $20 USD).
136
+
* 3,000 Linux minutes at $0.006 USD per minute = $18 USD.
137
+
* 2,000 Windows minutes at $0.010 USD per minute = $20 USD.
Copy file name to clipboardExpand all lines: content/copilot/concepts/agents/about-agent-skills.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,23 @@ Agent Skills work with {% data variables.copilot.copilot_coding_agent %}, the {%
17
17
18
18
You can create your own skills to teach {% data variables.product.prodname_copilot_short %} to perform tasks in a specific, repeatable way—or use skills shared online, for example in the [`anthropics/skills`](https://github.com/anthropics/skills) repository or {% data variables.product.company_short %}'s community created [`github/awesome-copilot`](https://github.com/github/awesome-copilot) collection.
19
19
20
-
Currently, skills can only be created at the repository level. Support for organization-level and enterprise-level skills is coming soon.
20
+
{% data variables.product.prodname_copilot_short %} supports:
21
21
22
-
You can use both skills and custom instructions to teach {% data variables.product.prodname_copilot_short %} how to work in your repository and how to perform specific tasks. We recommend using custom instructions for simple instructions relevant to almost every task (for example information about your repository's coding standards), and skills for more detailed instructions that {% data variables.product.prodname_copilot_short %} should access when relevant. To learn more about repository custom instructions, see [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-repository-instructions).
22
+
* Project skills, stored in your repository (`.github/skills` or `.claude/skills`)
23
+
* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills` or `~/.claude/skills`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only)
24
+
25
+
Support for organization-level and enterprise-level skills is coming soon.
23
26
24
27
> [!NOTE]
25
28
> {% data reusables.cli.preview-note-cli-body %}
26
29
30
+
## Creating and adding skills
27
31
28
-
## Adding skills to your repository
32
+
1. Create a subdirectory for your new skill. Each skill should have its own directory (for example, `.github/skills/webapp-testing`). Skill directory names should be lowercase, use hyphens for spaces, and typically match the `name` in the `SKILL.md` frontmatter.
29
33
30
-
1. Create a `.github/skills` directory to store your skills.
34
+
For project skills, specific to a single repository, store your skill under `.github/skills` or `.claude/skills`.
31
35
32
-
> [!NOTE]
33
-
> Skills stored in the `.claude/skills` directory are also supported.
34
-
35
-
1. Create a subdirectory for your new skill. Each skill should have its own directory (for example, `.github/skills/webapp-testing`). Skill directory names should be lowercase, use hyphens for spaces, and typically match the `name` in the `SKILL.md` frontmatter.
36
+
For personal skills, shared across projects, store your skill under `~/.copilot/skills` or `~/.claude/skills`.
36
37
37
38
1. Create a `SKILL.md` file with your skill's instructions.
38
39
@@ -51,7 +52,9 @@ You can use both skills and custom instructions to teach {% data variables.produ
51
52
52
53
### Example `SKILL.md` file
53
54
54
-
This file would be located in the `.github/skills/github-actions-failure-debugging` directory.
55
+
For a project skill, this file would be located in the `/path/to/repository/.github/skills/github-actions-failure-debugging` directory.
56
+
57
+
For a personal skill, this file would be located in the `~/.copilot/skills/github-actions-failure-debugging` directory.
55
58
56
59
```markdown copy
57
60
---
@@ -73,3 +76,11 @@ To debug failing GitHub Actions workflows in a pull request, follow this process
73
76
When performing tasks, {% data variables.product.prodname_copilot_short %} will decide when to use your skills based on your prompt and the skill's description.
74
77
75
78
When {% data variables.product.prodname_copilot_short %} chooses to use a skill, the `SKILL.md` file will be injected in the agent's context, giving the agent access to your instructions. It can then follow those instructions, and use any scripts or examples you may have included in the skill's directory.
79
+
80
+
## Skills versus custom instructions
81
+
82
+
You can use both skills and custom instructions to teach {% data variables.product.prodname_copilot_short %} how to work in your repository and how to perform specific tasks.
83
+
84
+
We recommend using custom instructions for simple instructions relevant to almost every task (for example information about your repository's coding standards), and skills for more detailed instructions that {% data variables.product.prodname_copilot_short %} should access when relevant.
85
+
86
+
To learn more about repository custom instructions, see [AUTOTITLE](/copilot/how-tos/configure-custom-instructions/add-repository-instructions).
Copy file name to clipboardExpand all lines: content/copilot/concepts/agents/coding-agent/about-coding-agent.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,6 @@ Users can include hidden messages in issues assigned to {% data variables.copilo
168
168
### Limitations in {% data variables.copilot.copilot_coding_agent %}'s compatibility with other features
169
169
170
170
***{% data variables.product.prodname_copilot_short %} isn't able to comply with certain rules that may be configured for your repository**. If you have configured a ruleset or branch protection rule that isn't compatible with {% data variables.copilot.copilot_coding_agent %} (for example the "Require signed commits" rule), access to the agent will be blocked. If the rule is configured using rulesets, you can add {% data variables.product.prodname_copilot_short %} as a bypass actor to enable access. See [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository#granting-bypass-permissions-for-your-branch-or-tag-ruleset).
171
-
***{% data variables.copilot.copilot_coding_agent %} does not work in personal repositories owned by {% data variables.enterprise.prodname_managed_users %}**. This is because {% data variables.copilot.copilot_coding_agent %} requires {% data variables.product.company_short %}-hosted runners, which are not available to personal repositories owned by {% data variables.enterprise.prodname_managed_users %}. See [AUTOTITLE](/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners).
172
171
***{% data variables.copilot.copilot_coding_agent %} doesn't account for content exclusions**. Content exclusions allow administrators to configure {% data variables.product.prodname_copilot_short %} to ignore certain files. When using {% data variables.copilot.copilot_coding_agent %}, {% data variables.product.prodname_copilot_short %} will not ignore these files, and will be able to see and update them. See [AUTOTITLE](/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot).
173
172
***{% data variables.copilot.copilot_coding_agent %} only works with repositories hosted on {% data variables.product.github %}**. If your repository is stored using a different code hosting platform, {% data variables.product.prodname_copilot_short %} won't be able to work on it.
0 commit comments