Is there a way to pass github token to the fastlane action? i am trying to run git_add, git_commit and push_to_git_remote but it's failing with authentication error. I am not sure if there is another way to do this through github actions. Would appreciate any help.
Is there a way to pass github token to the fastlane action? i am trying to run git_add, git_commit and push_to_git_remote but it's failing with authentication error. I am not sure if there is another way to do this through github actions. Would appreciate any help.
thank you