Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.27 KB

ActionNotes.md

File metadata and controls

21 lines (11 loc) · 1.27 KB

GitHub Action 配置详细步骤

1.生成 GitHub API 令牌

  • Create Tokens 这个地址,点击 Generate new token 按钮来创建 GitHub API 令牌

image-20230227085916038

  • Note 填写 要生成的 Token 的备注值;Expiration 过期时间选择最后一项 No expiration 永不过期;Select scopes 勾选 repo,将 Token 的授权范围设置为仓库;点击最后的 Generate Token 按钮生成。

image-20230227090752728

2.创建仓库 Secrets

  • 点击仓库的 Settings栏,选择左边 Secret and variables菜单下的 Actions 选项,点击进入创建界面。

image-20230227092324654

  • 点击右侧的 New repository secret 按钮,在 Name 框中填 GH_TOKEN;在 Secret 栏中填写第一步生成的 Token 值。

image-20230227093655370