We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Post request: https://g.codefresh.io/api/workflow/{repoOwner}/{repoName}/file
Header: X-Access-Token, Content-Type:application/json
Body:
{ "branch":"name of the branch", "revision":"revision of commit", "variables":{ "KEY":"VALUE" } }