maierj / fastlane-action

A GitHub action for executing fastlane lanes.
MIT License
321 stars 38 forks source link

passing github token with fastlane #93

Closed nihartsx closed 2 years ago

nihartsx commented 2 years ago

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

nihartsx commented 2 years ago

This does the job.

env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}