Skip to content

Commit 7ca5d33

Browse files
authored
fix preview artifact discovery
- use Octokit's normalized artifact pagination result - regenerate the deployment workflow
1 parent 7ba8561 commit 7ca5d33

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy_reviewed_pr_preview.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
run_id: runId,
139139
per_page: 100,
140140
},
141-
response => response.data.artifacts,
142141
);
143142
return artifacts.filter(artifact => !artifact.expired);
144143
}

kaaj/src/pr_preview_scripts.ncl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let { active_deploy_review_helper, deploy_permission_helper, .. } = import "pr_p
1818
run_id: runId,
1919
per_page: 100,
2020
},
21-
response => response.data.artifacts,
2221
);
2322
return artifacts.filter(artifact => !artifact.expired);
2423
}

0 commit comments

Comments
 (0)