Replies: 1 comment
-
@ostiwe this will soon be solved when we release a new machine identity method! Look out for it end of this week |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm writing automatic creation of environments when branches are deployed. I need to create new environments, if there are none, then ok, I use the API in the script:
This is where the problems begin, I can't create a service token, since there is no API method for this, and as I understand it, it is impossible to use PAT in the cli.
Accordingly, the question is: what should I do in this situation? Or is it possible to use PAT in the cli somehow?
Beta Was this translation helpful? Give feedback.
All reactions