chore(workflows): Adapt action workflows
Some checks failed
Build / test (push) Failing after 0s
Cypress Tests / cypress-run (2) (push) Failing after 0s
Cypress Tests / cypress-run (1) (push) Failing after 0s
Build / build (push) Failing after 0s
Build / lint (push) Failing after 0s
Build / integration_tests (push) Failing after 0s

This commit is contained in:
2024-12-28 11:51:19 +01:00
parent cebf4d0a9d
commit f911ea4879
7 changed files with 14 additions and 85 deletions

View File

@ -158,7 +158,6 @@ export default class API {
if (this.token) {
baseHeader.Authorization = `token ${this.token}`;
return Promise.resolve(baseHeader);
}
return Promise.resolve(baseHeader);