AmazeeLabs / silverback-mono

Silverback Monorepo. Central hub for our open source packages and tooling.
https://silverback.netlify.app
8 stars 7 forks source link

fix(SLB-449): don't trigger authentication for the build process #1555

Closed colorfield closed 2 months ago

colorfield commented 2 months ago

Package(s) involved

publisher

Description of changes

Skip OAuth for build.json.

Motivation and context

Fix authentication that is triggered in https://github.com/AmazeeLabs/silverback-mono/blob/development/packages/composer/amazeelabs/silverback_gatsby/src/GatsbyBuildTrigger.php#L124 and makes the build initialization fail when it is started from Drupal.

How has this been tested?

Manually.