151 Suchergebnisse für "secrets"
GitHub Actions / Sicherheit / Sicherheitsleitlinien /
Sicherheitshärtung für GitHub Actions
Actions."
Using secrets
Sensitive values should never be stored as plaintext in workflow files, but rather as secrets. Secrets can be configured at
GitHub Actions / Schreiben von Workflows / Auswählen, wann Workflows ausgeführt werden /
Auslösen eines Workflows
you'll need to create a GitHub App and store the app ID and private key as secrets. For more information, see "Making authenticated API requests with
Codesicherheit / Geheimnisüberprüfung / Einführung /
Unterstützte Scanmuster für geheime Schlüssel
"Supported secrets" section below.
If you use the REST API for secret scanning, you can use the Secret type to report on secrets from specific
REST-API / Anleitungen /
Verschlüsseln geheimer Schlüssel für die REST-API
geheimen Schlüssels verschlüsseln.
About encrypting secrets
Several REST API endpoints let you create secrets on GitHub. To use these endpoints, you must encrypt
Codesicherheit / Geheimnisüberprüfung / Einführung /
Informationen zur Geheimnisüberprüfung
tokens, and other secrets in your repository. When enabled, secret scanning scans commits in repositories for known types of secrets and alerts repository
REST-API / Authentifizierung /
Endpunkte, die für differenzierte persönliche Zugriffstoken verfügbar sind
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
REST-API / Authentifizierung /
Für GitHub-App-Benutzerzugriffstoken verfügbare Endpunkte
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
REST-API / Authentifizierung /
Für GitHub-App-Installationszugriffstoken verfügbare Endpunkte
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
GitHub Actions / Freigeben von Automatisierungen /
Wiederverwenden von Workflows
called workflow is automatically granted access to github.token and secrets.GITHUB_TOKEN. For more information about the github context, see "Accessing
REST-API /
Schnellstart für die GitHub-REST-API
"Automatic token authentication." For more information about secrets, see "Using secrets in GitHub Actions."
The following example workflow uses