Using API Token in Script #1417
-
In Build A's post-publish, I want to do a curl request to trigger Build B. Is the API token available on the build machine, or will I need to pass that in as a custom env var? |
Beta Was this translation helpful? Give feedback.
Answered by
icarusdust
Feb 20, 2023
Replies: 1 comment 5 replies
-
Hi @rs-follow, your API token is account specific, so it is available. Though you are sill recommended to put that token in an env var anyways because you would not want to expose it. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
rafeysup93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rs-follow, your API token is account specific, so it is available. Though you are sill recommended to put that token in an env var anyways because you would not want to expose it.