367 搜索结果 "token"
GitHub Copilot / 示例提示 / 功能分析和功能建议 /
分析和采纳用户反馈
Description:
Currently, the --with-token option is used to to pass in a token to commands. Typing --with-token each time is cumbersome. This feature proposes
GitHub Actions / 迁移到 GitHub Actions / 自动化迁移 /
使用 GitHub Actions 导入程序从 Travis CI 迁移
GitHub 时为 GitHub Actions Importer 设置所需的凭据和选项。
创建 GitHub personal access token (classic)。 有关详细信息,请参阅“管理个人访问令牌”。
令牌必须具有 workflow 范围。
创建令牌后,将其复制并保存在安全的位置供之后使用。
代码安全 / 机密扫描 / 疑难解答 /
排查机密扫描问题
Enterprise Server personal access token。 同样,不会在 GitHub Enterprise Server 上找到 GitHub Enterprise Cloud personal access token。
推送保护限制
如果推送保护未检测到你认为应该检测到的机密,
Codespaces / 参考 /
允许 codespace 访问专用注册表
此行为由“从存储库继承访问权限”选项控制。 通过 GitHub Actions 发布时,默认情况下会选择“从存储库继承访问权限”,但在使用 personal access token 直接发布到注册表时,不会选择该选项。
如果在发布包时未选择“从存储库继承访问权限”选项,则可以手动将存储库添加到已发布包的访问控制中。 有关详细
GitHub Actions / 迁移到 GitHub Actions / 自动化迁移 /
使用 GitHub Actions 导入程序从 CircleCI 迁移
GitHub 时为 GitHub Actions Importer 设置所需的凭据和选项。
创建 GitHub personal access token (classic)。 有关详细信息,请参阅“管理个人访问令牌”。
令牌必须具有 workflow 范围。
创建令牌后,将其复制并保存在安全的位置供之后使用。
代码安全 / Dependabot / Troubleshoot Dependabot /
Troubleshooting Dependabot on GitHub Actions
Dependabot and also by other actors, the simplest solution is to store the token with the permissions required in an action and in a Dependabot secret with
“应用” / 创建 GitHub 应用 /
关于创建 GitHub 应用
决定何时生成 GitHub 应用
构建集成时,应考虑在以下场景中使用 GitHub App,而不是 OAuth app、personal access token 或 GitHub Actions。
创建 GitHub 应用的最佳做法
遵循这些最佳做法来提高 GitHub App 的安全性和性能。
将 OAuth
代码安全 / Dependabot / Dependabot 安全更新 /
配置 Dependabot 安全更新
version: 2
registries:
example:
type: npm-registry
url: https://example.com
token: ${{secrets.NPM_TOKEN}}
updates:
- package-ecosystem: "npm"
directory:
GitHub Copilot / 示例提示 / 记录代码 /
解释复杂算法或逻辑
data from</param>
/// <param name="cancellationToken">Token to cancel the operation</param>
/// <param name="maxRetries">Maximum
GitHub Actions / 迁移到 GitHub Actions / 自动化迁移 /
使用 GitHub Actions Importer 从 Bitbucket 管道迁移
GitHub 时为 GitHub Actions Importer 设置所需的凭据和选项。
创建 GitHub personal access token (classic)。 有关详细信息,请参阅“管理个人访问令牌”。
令牌必须具有 workflow 范围。
创建令牌后,将其复制并保存在安全的位置供之后使用。