Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Pull Request Fix for issue [githib-actions](#179) ##### SUMMARY - Updated the golint path to $GOPATH/bin/golint to fix github-actions build failure. - Added docker push action step in current CI steps. - Added helm release step along with missing "helm init". Checklist for Enabling github actions: make sure to add below secrets in repo/settings/secrets - GH_TOKEN(github access token of **charts** repo) - DOCKER_USERNAME and DOCKER_PASSWORD (for **infracloud/botkube** repo). - That's it, by merging this PR, first github-actions workflow for botkube should be triggered :) For reference the tested CI workflows on my repos: - [with helm release](https://github.com/ameydev/botkube/runs/434885674?check_suite_focus=true) - [Normal workflow with docker push and helm release skipped](https://github.com/ameydev/botkube/runs/434903893?check_suite_focus=true)
- Loading branch information