110 Результаты поиска для "secrets"
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 Actions / Написание рабочих процессов /
Использование шаблонов рабочих процессов
see Building and testing.
Some workflow templates use secrets. For example, ${{ secrets.npm_token }}. If the workflow template uses a secret, store the
Организации / Управление параметрами организации /
Отключение или ограничение 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
Начало работы / Знакомство с 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
Безопасность кода / Сканирование секретов / Управление оповещениями /
Сведения о оповещениях проверки секретов
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 / Проверка подлинности с помощью 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
GitHub Actions / Безопасность / Руководства по безопасности /
Автоматическая проверка подлинности токенов
GITHUB_TOKEN by using the standard syntax for referencing secrets: ${{ secrets.GITHUB_TOKEN }}. Examples of using the GITHUB_TOKEN include passing the
GitHub Actions / Миграция на GitHub Actions / Автоматизированные миграции /
Миграция из Jenkins с помощью средства импорта GitHub Actions
following constructs manually:
Mandatory build tools
Scripted pipelines
Secrets
Self-hosted runners
Unknown plugins
For more information on manual migrations
GitHub Actions / Миграция на GitHub Actions / Автоматизированные миграции /
Миграция из Travis CI с помощью средства импорта GitHub Actions
Certain Travis CI constructs must be migrated manually. These include:
Secrets
Unknown job properties
For more information on manual migrations, see Migrating