Hey @akhilkumarpilli, Helder explained to me that we should use GITHUB_TOKEN which is a token generated automatically by GitHub for the workflow and grants some permissions on the current repo; instead of using TENDERBOT_GIT_TOKEN which basically is an account that have some permissions on all the EmerisHQ repo (we use it to be able to download all the go dependencies).
Hey @akhilkumarpilli, Helder explained to me that we should use
GITHUB_TOKEN
which is a token generated automatically by GitHub for the workflow and grants some permissions on the current repo; instead of usingTENDERBOT_GIT_TOKEN
which basically is an account that have some permissions on all the EmerisHQ repo (we use it to be able to download all the go dependencies).