我想将GitHub操作的秘密传递给同一个工作流中的JSON文件。# Github secrets在file.json中,需要获取SECRET_TOKEN值。# file.json secret_token: "SECRET_TOKEN", # should fetch the SECRET_TOKEN from git action
我有一个托管在GitHub组织中的私有GitHub存储库。回购包含一个带有GitHub选项(cf )的workflow_dispatch操作。)。摘要摘自Action文件: # Allows you to run this workflow manually from the Actions tab
workflow_dispatch相关的API端点似乎是/repos/{owner}/{repo}/actions/work