Skip to content

Commit

Permalink
fix(docs): fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Oct 30, 2023
1 parent d4272f1 commit 3b22c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ci-cd/app-releasing-process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ In case you want to submit the app to the App Store and Google Play, you need to

All github workflows are already ready to be used in the starter. You just need to add the required secrets to your GitHub repo:

- GH_TOKEN: A [Github token](https://docs.expo.dev/accounts/overview/#creating-an-account) with access to your repo.
- GH_TOKEN: A [Github token](https://github.com/settings/tokens) with access to your repo.

- EXPO_TOKEN: Expo token to authenticate with EAS. You can get generate yours [here](https://expo.dev/settings/access-tokens)

Expand Down

0 comments on commit 3b22c76

Please sign in to comment.