You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
is there any way to initialise ActionsSdkClient like this?.
const actionsSdkClient = new ActionsSdkClient({access_token:"##########################"});
The text was updated successfully, but these errors were encountered:
You cannot provide solely the access_token. The ActionsSdkClient can take an optional options object that accepts several client fields that you might get from authenticating a client. There is a Creating the Client Instance guide that goes into a bit of detail about each field.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
is there any way to initialise ActionsSdkClient like this?.
const actionsSdkClient = new ActionsSdkClient({access_token:"##########################"});
The text was updated successfully, but these errors were encountered: