Uses of Class
ink.icoding.github4j.model.Secret
Packages that use Secret
-
Uses of Secret in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type SecretModifier and TypeMethodDescriptionActionsClient.getRepoSecret(String owner, String repo, String secretName) 获取指定密钥的详情。ActionsClient.listRepoSecrets(String owner, String repo, PageOptions options) 列出仓库中的所有 Actions 密钥。