Skip to content

Commit 9d2ebee

Browse files
authored
Merge pull request #23843 from github/repo-sync
repo sync
2 parents cc8f128 + 17688b0 commit 9d2ebee

13 files changed

Lines changed: 27 additions & 5 deletions
-1.6 MB
Binary file not shown.
-8.91 KB
Binary file not shown.
-26.7 KB
Binary file not shown.
Binary file not shown.
-15.9 KB
Binary file not shown.

assets/images/octicons/search-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/graphql/ghec/schema.docs.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
577577
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
578578

579579
"""
580-
The title of the draft issue.
580+
The title of the draft issue. A project item can also be created by providing
581+
the URL of an Issue or Pull Request if you have access.
581582
"""
582583
title: String!
583584
}

data/graphql/schema.docs.graphql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
577577
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
578578

579579
"""
580-
The title of the draft issue.
580+
The title of the draft issue. A project item can also be created by providing
581+
the URL of an Issue or Pull Request if you have access.
581582
"""
582583
title: String!
583584
}

data/reusables/secret-scanning/partner-secret-list-private-repo.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ HashiCorp | HashiCorp Vault Batch Token | hashicorp_vault_batch_token
111111
{%- ifversion fpt or ghec or ghes > 3.8 or ghae > 3.8 %}
112112
HashiCorp | HashiCorp Vault Root Service Token | hashicorp_vault_root_service_token{% endif %}
113113
HashiCorp | HashiCorp Vault Service Token | hashicorp_vault_service_token
114+
{%- ifversion fpt or ghec or ghes > 3.9 or ghae > 3.9 %}
115+
Highnote | Highnote RK Live Key | highnote_rk_live_key
116+
Highnote | Highnote RK Test Key | highnote_rk_test_key
117+
Highnote | Highnote SK Live Key | highnote_sk_live_key
118+
Highnote | Highnote SK Test Key | highnote_sk_test_key{% endif %}
114119
Hubspot | Hubspot API Key | hubspot_api_key
115120
{%- ifversion fpt or ghec or ghes > 3.7 or ghae > 3.7 %}
116121
Hubspot | Hubspot API Personal Access Key | hubspot_api_personal_access_key{% endif %}
@@ -149,6 +154,8 @@ Notion | Notion Integration Token | notion_integration_token{% endif %}
149154
Notion | Notion OAuth Client Secret | notion_oauth_client_secret{% endif %}
150155
npm | npm Access Token | npm_access_token
151156
NuGet | NuGet API Key | nuget_api_key
157+
{%- ifversion fpt or ghec or ghes > 3.9 or ghae > 3.9 %}
158+
Oculus | Oculus Very Tiny Encrypted Session | oculus_very_tiny_encrypted_session{% endif %}
152159
{%- ifversion fpt or ghec or ghes or ghae > 3.3 %}
153160
Octopus Deploy | Octopus Deploy API Key | octopus_deploy_api_key{% endif %}
154161
Onfido | Onfido Live API Token | onfido_live_api_token

data/reusables/secret-scanning/partner-secret-list-public-repo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ Twilio | Twilio API Key
122122
Typeform | Typeform {% data variables.product.pat_generic_title_case %}
123123
Uniwise | WISEflow API Key
124124
Valour | Valour Access Token
125+
WakaTime | WakaTime App Secret
126+
WakaTime | WakaTime OAuth Access Token
127+
WakaTime | WakaTime OAuth Refresh Token
125128
Yandex | Yandex.Cloud API Key
126129
Yandex | Yandex.Cloud IAM Cookie
127130
Yandex | Yandex.Cloud IAM Token

0 commit comments

Comments
 (0)