Matt
BBuildShip
•Created by Matt on 1/12/2025 in #❓・buildship-help
Cannot read properties of undefined (reading 'body')
I'm getting this error when I try to call one buildship workflow from another. The target workflow does not accept any input (it's just a workflow designed to grab a new auth token if it's expired, or use the stored one if it's not. New to buildship and trying to create a workflow I can use in several other workflows without having to implement this logic every time.
4 replies
BBuildShip
•Created by Matt on 1/9/2025 in #❓・buildship-help
Buildship newbie - dynamically change a secret key
I am trying to connect buildship to an external api that requires the access token to get refreshed every sixty minutes. I'd like to store the access token and an expiration date, and if the time is past the expiration date, refresh the token and update the expiration date. My plan is to use the secret manager to store the access token and expiration date, but I can't see a way to dynamically update the secret key every time I refresh the token. Is this possible? Should I use something else besides the secret manager?
5 replies