codefresh-io / steps

36 stars 89 forks source link

adding support to pass git token directly to `github-release` step' #560

Closed roi-codefresh closed 1 year ago

roi-codefresh commented 1 year ago

I added a new argument to the step called git_token. Now if forbidDecrypt feature is enabled I catch the error when we try to get the token from the git context and print the following warning: image

roi-codefresh commented 1 year ago

Now this works: image