on.schedule on.workflow_call on.workflow_call.inputs on.workflow_call.inputs.<input_id>.type on.workflow_call.outputs on.workflow_call.secrets on.workflow_call.secrets.<secret_id> on.workflow_call.secrets.<secre
最近在做Github Action相关的项目时候有个需求,有两个Github Repositories, 其中一个作为另外一个的submodule。 想要在submodule 有push 提交操作的时候,自动触发其workflow。 当然最后根据本文解决了之后发现,即便没有submodule的关系,两个仓库之间依然可以trigger 调用workflow。 但是这里还是把这两个仓库姑且叫做ChildRepo...
You can create environment variables for sharing with your workflow'spre:orpost:actions by writing to the file located atGITHUB_STATE. For example, you can create a file with thepre:action, pass the file location to themain:action, and then use thepost:action to delete the file. Alternat...
For example, you can run a workflow when a branch protection rule has been created or deleted:on: branch_protection_rule: types: [created, deleted] check_runWebhook event payloadActivity typesGITHUB_SHAGITHUB_REF check_run - created- rerequested- completed- requested_action Last commit on ...
octoscan 0.1.5 A static vulnerability scanner for GitHub action workflows. oda-file-converter 26.4 ODA File Converter is a tool for converting between different versions of .dwg and .dxf files. odbc2parquet 8.0.0 A command line tool to query an ODBC data source and write the result into a...
It is useful to watch this repository (release only) to check the latest release of this action.For continuous updating, we can use the GitHub native Dependabot. Here is an example configuration of the bot. The config file is located in .github/dependabot.yml....
Repository writers and maintainers can only see secret scanning alert information for their own commits. Repository actionReadTriageWriteMaintainAdmin Further reading Managing user access to your organization's repositories Adding outside collaborators to repositories in your organization...
potential-master-dependabot/bundler/json-jwt-1.11.0-cb103ab retry_add_roster_entry_to_assignment_repo_api roster-add-active-job 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。 提示 下载代码请复制以下命令到终端执行 ...
I’ll show you how to configure a basic workflow running your puppeteer test suite, and prevent merging if your tests don’t pass. The easiest way to start is to click on the Actions tab in your github repo. If you haven’t configured any action before, you’ll see a list of ...
Getting a repository access token is a bit harder. An Action runner gets a generated token with permissions that are limited to the repository that contains the workflow and which expires after the workflow completes. Once expired, the token is no longer useful to an attacker. One way to work...