Skip to main content

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

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

GitHub Actions / Варианты использования и примеры / Публикация пакетов /

Публикация пакетов Node.js

following: Working with the npm registry Store information in variables Using secrets in GitHub Actions Automatic token authentication About package configuration

GitHub Actions / Совместное использование автоматизации / Создание действий /

Выпуск и обслуживание действий

permissions and do not have access to secrets. If your tests or other workflows triggered upon pull request require access to secrets, consider using a different

Репозитории / Управление параметрами репозитория / Включение функций /

Управление параметрами GitHub Actions для репозитория

Although workflows from forks do not have access to sensitive data such as secrets, they can be an annoyance for maintainers if they are modified for abusive

GitHub Actions / Безопасность / Развертывания защиты безопасности /

Настройка OpenID Connect в HashiCorp Vault

namespace: VAULT-NAMESPACE # HCP Vault and Vault Enterprise only role: ROLE-NAME secrets: SECRET-PATH - name: Use secret from Vault run: | # This step has access

GitHub Actions / Миграция на GitHub Actions / Автоматизированные миграции /

Миграция из конвейеров Bitbucket с помощью средства импорта GitHub Actions

pipelines. These secrets must be created manually in GitHub Actions for these pipelines to function properly. For more information, see Using secrets in GitHub

Безопасность кода / Сканирование секретов / Включение функций /

Включение защиты push-уведомлений для репозитория

protection for your own personal account, which prevents you from pushing secrets to any public repository on GitHub. For more information, see Push protection

REST API / Частные реестры /

Конфигурации организации

your secret using LibSodium. For more information, see "Encrypting secrets for the REST API." OAuth app tokens and personal access tokens (classic)

GitHub Actions / Варианты использования и примеры / Развертывание /

Установка сертификата Apple в средствах выполнения macOS для разработки в Xcode

signing.keychain-db # import certificate and provisioning profile from secrets echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH