defenseunicorns / pkg

Common Go modules maintained by Defense Unicorns
Apache License 2.0
5 stars 4 forks source link

fix(release): move release actions into workflow due to secret scoping #48

Closed Noxsios closed 5 months ago

Noxsios commented 5 months ago

Description

Moves release action into the release workflows because GitHub cannot pass secrets + env scoped variables to re-usable actions.

AustinAbro321 commented 5 months ago

Ah unlucky, but yeah was honestly surprised we didn't run into this earlier. Would be nice if github made an exception for local actions, but I'm fine with this