Skip to content

Instantly share code, notes, and snippets.

@dnno
Last active April 12, 2023 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnno/5007fac89a7d4790bc492d85407fa963 to your computer and use it in GitHub Desktop.
Save dnno/5007fac89a7d4790bc492d85407fa963 to your computer and use it in GitHub Desktop.
copy-access-token.js
> {%
var access_token = response.body['access_token']
client.global.set("access_token", access_token)
%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment