I was able to create a token easily enough and add it to my project, but I get the following error:
error: invalid value '***' for '--token <TOKEN>': Failed to validate JWT (JSON Web Token): ***
For more information, try '--help'.
I then went to look at the docs again, only to see that it says to use --key and says to check out the key docs for more info. The key docs do not have information on generating a key for use as a repository secret like the token docs do so it's a bit confusing.
I was able to create a token easily enough and add it to my project, but I get the following error:
I then went to look at the docs again, only to see that it says to use
--keyand says to check out the key docs for more info. The key docs do not have information on generating a key for use as a repository secret like the token docs do so it's a bit confusing.