Skip to content

Commit c71cf4e

Browse files
[autofix.ci] apply automated fixes
1 parent e2731ef commit c71cf4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35863,8 +35863,7 @@ async function run() {
3586335863

3586435864
// 1. Get the jobs that belong to this workflow
3586535865
const jobsRes = await fetch(
35866-
`https://circleci.com/api/v2/workflow/${workflowId}/job`,
35867-
{ headers: { 'Circle-Token': apiToken } }
35866+
`https://circleci.com/api/v2/workflow/${workflowId}/job`
3586835867
);
3586935868
const jobs = await jobsRes.json();
3587035869
if (!jobs.items.length) {

0 commit comments

Comments
 (0)