fix(ci): workflow id in permission rate limit (#13035)

This commit is contained in:
yinghui
2025-11-10 19:06:13 -08:00
committed by GitHub
parent f18ec927f3
commit 08c805a85f

View File

@@ -79,7 +79,7 @@ jobs:
const { data } = await github.rest.actions.listWorkflowRuns({
owner,
repo,
workflow_id: context.workflow,
workflow_id: 'pr-test.yml',
event: eventName,
per_page: 100,
});