Merge pull request #5934 from yafanasiev/fix-github-plugin
fix: add missing token on job list call to Github API
This commit is contained in:
@@ -44,6 +44,7 @@ describe('EntityPage Test', () => {
|
||||
getWorkflow: jest.fn(),
|
||||
getWorkflowRun: jest.fn(),
|
||||
reRunWorkflow: jest.fn(),
|
||||
listJobsForWorkflowRun: jest.fn(),
|
||||
downloadJobLogsForWorkflowRun: jest.fn(),
|
||||
} as jest.Mocked<typeof githubActionsApiRef.T>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user