51 検索結果 "secrets"
GitHub Actions / セキュリティ / セキュリティ強化されたデプロイ /
HashiCorp Vault での OpenID Connect の構成
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 / ユース ケースと例 / デプロイ /
Xcode 開発用の macOS ランナーに Apple 証明書をインストールする
and provisioning profile
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}
BUILD_PROVISION_PROFILE_BASE64:
GitHub Actions / セキュリティ / セキュリティ強化されたデプロイ /
OpenID Connect を使ったセキュリティ強化について
secret to the cloud provider every time it runs.
However, using hardcoded secrets requires you to create credentials in the cloud provider and then duplicate
コードセキュリティ / 組織を保護する / はじめに /
大規模なセキュリティ機能の有効化について
organization from vulnerabilities in your code, insecure dependencies, leaked secrets, and more. For more information on GitHub Advanced Security, see "About
Pull Request / pull request を使用して共同作業する / フォークを使って作業する /
フォークから作成されたプルリクエストのブランチへの変更の許可
フォークに GitHub Actions ワークフローが含まれているなら、オプションは [Allow edits and access to secrets by maintainers] (メンテナからの編集とシークレットへのアクセスを許可) になります。 GitHub Actionsワークフロー
REST API / アプリ /
GitHub Apps用 REST API エンドポイント
string
The leve of permission to grant the access token to manage Dependabot secrets.
次のいずれかにできます: read, write
deployments string
The level of permission to
組織 / Organization のセキュリティ / セキュリティ設定の管理 /
組織の監査ログ イベント
s.disabled
Generic secrets have been disabled at the organization level
org_secret_scanning_generic_secrets.enabled
Generic secrets have been enabled at
GitHub Docs に投稿する / GitHub Docs の作成 /
テンプレート
creating a personal access token for the action to use and then storing it in secrets
For UI based tasks, include the button or options the users should click
Pull Request / pull request を使用して共同作業する / 変更の提案 /
フォークからプルリクエストを作成する
フォークに GitHub Actions ワークフローが含まれているなら、オプションは [Allow edits and access to secrets by maintainers] (メンテナからの編集とシークレットへのアクセスを許可) になります。 GitHub Actionsワークフロー
GitHub Actions / ユース ケースと例 / プロジェクト管理 /
Issue にラベルを追加する
"$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue