58 다음에 대한 검색 결과 "secrets"
REST API / 배포 /
Deployment Environments에 대한 REST API 엔드포인트
To manage environment secrets, see "REST API endpoints for GitHub Actions Secrets."
Environments, environment secrets, and deployment protection
GitHub Actions / 사용 사례 및 예제 / 패키지 게시 /
Node.js 패키지 게시
npm registry"
"Store information in variables"
"Using secrets in GitHub Actions"
"Automatic token authentication"
About
리포지토리 / 리포지토리 설정 관리 / 기능 사용 /
리포지토리에 대한 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 / 사용 사례 및 예제 / 배포 /
Xcode 개발용 macOS 실행기에 Apple 인증서 설치
signing.keychain-db
# import certificate and provisioning profile from secrets
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
코드 보안 / 비밀 검사 / 기능 사용 /
리포지토리에 푸시 보호 사용 설정
protection for your own personal account, which prevents you from pushing secrets to any public repository on GitHub. For more information, see "Push
코드 보안 / 시작 /
조직에서 데이터 유출을 방지하기 위한 모범 사례
scanning helps secure code and keep secrets safe across organizations and repositories by scanning and detecting secrets that were accidentally committed
코드 보안 / 조직 보호 / 소개 /
보안 기능의 대규모 사용 정보
organization from vulnerabilities in your code, insecure dependencies, leaked secrets, and more. For more information on GitHub Advanced Security, see "About
GitHub Actions / 사용 사례 및 예제 / 프로젝트 관리 /
이슈에 레이블 추가
"$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue
코드 보안 / 비밀 검사 / 경고 관리 /
비밀 검사에서 경고 평가
validity
Validity checks help you prioritize alerts by telling you which secrets are active or inactive. An active secret is one that could still be exploited
GitHub Actions / 워크플로 작성 / 워크플로 실행 시기 선택 /
워크플로를 트리거하는 이벤트
Actions tab of the forked repository.
With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked