Skip to content

Instantly share code, notes, and snippets.

@lhmachado
Created May 19, 2020 03:48
Show Gist options
  • Save lhmachado/6681c1270b21f61861cf26d45f566b9c to your computer and use it in GitHub Desktop.
Save lhmachado/6681c1270b21f61861cf26d45f566b9c to your computer and use it in GitHub Desktop.
[
{
"ParameterKey": "RepoBranchName",
"ParameterValue": "<your-default-brach-name>"
},
{
"ParameterKey": "RepoName",
"ParameterValue": "<github-repo-name>"
},
{
"ParameterKey": "RepoUser",
"ParameterValue": "<github-repo-user>"
},
{
"ParameterKey": "RepoToken",
"ParameterValue": "<github-personal-access-token>"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment