obytes / react-native-template-obytes

📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
https://starter.obytes.com
MIT License
2.19k stars 321 forks source link

new-app-release issue #337

Closed Elhor02 closed 2 months ago

Elhor02 commented 2 months ago

When I run new-app-version.yml in actions Tab manually, I expect new-release (on push tags *) to be triggered automatically. But It is not, the only way for that pipeline to be triggered is to push Tags from local? Is there any suggestions or modifications I can make, Thank you!!

yjose commented 2 months ago

Not really, the action should push the tag to GitHub automatically, At least this is what we are doing, and it's working as expected. I am not sure what caused the issue, but probably it can be a permission issue.

Elhor02 commented 2 months ago

So my issue was that I should add GH_TOKEN, I know it was mentionned in the documentation. But I learned that the github bot is not able to trigger workflows, that's why I should have create my PAT (Personal access token) I hope that it can help anybody that faces the same issue.