We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2731ef commit c71cf4eCopy full SHA for c71cf4e
dist/index.js
@@ -35863,8 +35863,7 @@ async function run() {
35863
35864
// 1. Get the jobs that belong to this workflow
35865
const jobsRes = await fetch(
35866
- `https://circleci.com/api/v2/workflow/${workflowId}/job`,
35867
- { headers: { 'Circle-Token': apiToken } }
+ `https://circleci.com/api/v2/workflow/${workflowId}/job`
35868
);
35869
const jobs = await jobsRes.json();
35870
if (!jobs.items.length) {
0 commit comments