...
Copy the GitHub access token, open . Open the PIPEFORCE portal and then go to LOW CODE -> Secrets
and create . Create a new secret of type header
with a name of your choice, for example my-github-token
, and as value, use this format:
Code Block |
---|
Authorization: token COPY_YOUR_TOKEN_HERE |
...