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
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:
@ -158,7 +158,6 @@ export default class API {
|
||||
|
||||
if (this.token) {
|
||||
baseHeader.Authorization = `token ${this.token}`;
|
||||
return Promise.resolve(baseHeader);
|
||||
}
|
||||
|
||||
return Promise.resolve(baseHeader);
|
||||
|
Reference in New Issue
Block a user