64 다음에 대한 검색 결과 "secrets"
REST API / Codespaces /
Codespaces 사용자 비밀에 대한 REST API 엔드포인트
Codespaces에 대한 계정별 비밀 관리을(를) 참조하세요.
List secrets for the authenticated user
Lists all development environment secrets available for a user's codespaces without
GitHub Actions / 워크플로 작성 / 워크플로 실행 시기 선택 /
워크플로 트리거
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 a GitHub
코드 보안 / 비밀 검사 / 소개 /
지원되는 비밀 검사 패턴
see the 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 issuers
Codespaces / 참조 /
codespace가 프라이빗 레지스트리에 액세스할 수 있도록 허용
credentials.
To access other container image registries, you can create secrets in GitHub to store the access details, which will allow GitHub Codespaces
REST API / 인증 /
세분화된 개인용 액세스 토큰에 사용할 수 있는 엔드포인트
/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 / 인증 /
GitHub 앱 사용자 액세스 토큰에 사용할 수 있는 엔드포인트
/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}
끌어오기 요청 / 변경 사항을 프로젝트에 커밋 / 커밋 문제 해결 /
내 커밋이 푸시 보호에 의해 차단됨
없습니다.
Understanding why push protection has blocked your commit
Leaked secrets can pose serious security risks to your repository and your supply chain
REST API / 인증 /
GitHub 앱 설치 액세스 토큰에 사용할 수 있는 엔드포인트
/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 /
GitHub REST API에 대한 빠른 시작
see Automatic token authentication. For more information about secrets, see Using secrets in GitHub Actions.
The following example workflow uses the List
GitHub Actions / 자동화 공유 /
워크플로 다시 사용
github 컨텍스트는 항상 호출자 워크플로와 연결됩니다. 호출된 워크플로에는 github.token에 대한 액세스 및 secrets.GITHUB_TOKEN에 대한 액세스 권한이 자동으로 부여됩니다. github 컨텍스트에 대한 자세한 내용은 워크플로 실행에 대한 컨텍스트 정보에