1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/translations/ru-RU/data/reusables/actions/github-token-available-permissions.md
2022-11-16 21:42:42 +00:00

1.4 KiB

ms.openlocfilehash, ms.sourcegitcommit, ms.translationtype, ms.contentlocale, ms.lasthandoff, ms.locfileid
ms.openlocfilehash ms.sourcegitcommit ms.translationtype ms.contentlocale ms.lasthandoff ms.locfileid
56ed7762c2325d0328bd52ca89fe7879b5ce4601 80842b4e4c HT ru-RU 09/12/2022 145089581

Доступные области и значения доступа:

permissions:
  actions: read|write|none
  checks: read|write|none
  contents: read|write|none
  deployments: read|write|none{% ifversion fpt or ghec %}
  id-token: read|write|none{% endif %}
  issues: read|write|none
  discussions: read|write|none
  packages: read|write|none
  pages: read|write|none
  pull-requests: read|write|none
  repository-projects: read|write|none
  security-events: read|write|none
  statuses: read|write|none

Если указать доступ для любой из этих областей, для всех не указанных параметров будет задано значение none.

Для определения доступа на чтение или запись для всех доступных областей можно использовать следующий синтаксис:

permissions: read-all|write-all

Для отключения разрешений для всех доступных областей можно использовать следующий синтаксис:

permissions: {}