Skip to main content

112 Результаты поиска для "secrets"

REST API /

Конечные точки REST API для действий GitHub

repository Конечные точки REST API для секретов GitHub Actions List organization secrets Get an organization public key Get an organization secret Create or update

GitHub Actions / Написание рабочих процессов /

Использование шаблонов рабочих процессов

more information, see Building and testing. Some workflow templates use secrets. For example, ${{ secrets.npm_token }}. If the workflow template uses a

Codespaces / Настройка проекта / Настройка репозитория /

Настройка репозитория шаблонов для GitHub Codespaces

to provide personal secrets such as API keys to run the application in your template, you can prompt them to provide these secrets. For more information

Начало работы / Знакомство с GitHub /

Сведения о GitHub Advanced Security

for upload to GitHub. See About the CodeQL CLI. Secret scanning - Detect secrets, for example keys and tokens, that have been checked into private repositories

Организации / Управление параметрами организации /

Отключение или ограничение GitHub Actions для вашей организации

compromise the self-hosted runner environment, including gaining access to secrets and the GITHUB_TOKEN which, depending on its settings, can grant write access

Безопасность кода / Сканирование секретов / Управление оповещениями /

Сведения о оповещениях проверки секретов

About push protection alerts Push protection scans pushes for supported secrets. If push protection detects a supported secret, it will block the push.

Организации / Управление доступом к репозиторию / Управление ролями репозитория /

Роли репозиториев для организации

Create, update, and delete GitHub Actions secrets on GitHub.com Create, update, and delete GitHub Actions secrets using the REST API Create and edit releases

GitHub Actions / Безопасность / Руководства по безопасности /

Автоматическая проверка подлинности токенов

GITHUB_TOKEN by using the standard syntax for referencing secrets: ${{ secrets.GITHUB_TOKEN }}. Examples of using the GITHUB_TOKEN include passing the

Проверка подлинности / Безопасность учетной записи /

Управление личными маркерами доступа

run your script through GitHub Actions. For more information, see Using secrets in GitHub Actions. You can also store your token as a Codespaces secret

Приложения / Создание приложений GitHub / Проверка подлинности с помощью GitHub App /

Выполнение запросов API с проверкой подлинности с помощью приложения GitHub в рабочем процессе GitHub Actions

private keys for GitHub Apps. For more information about storing secrets, see Using secrets in GitHub Actions. Install the GitHub App on your user account