File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/provider-github/src/lib Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @rnef/provider-github ' : patch
3+ ---
4+
5+ Fix broken GH token docs links
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Update the token under "${color.bold(
9292 ) } " key in ${ colorLink ( 'rnef.config.mjs' ) } config file.
9393
9494📘 Read more about generating a new token: ${ colorLink (
95- 'https://rnef.dev/docs/remote-cache/ github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
95+ 'https://rnef.dev/docs/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
9696 ) } `
9797 ) ;
9898 }
@@ -108,7 +108,7 @@ Make sure the repository information and token under "${color.bold(
108108 ) } " key in ${ colorLink ( 'rnef.config.mjs' ) } config file is valid.
109109
110110📘 Read more about generating a new token: ${ colorLink (
111- 'https://rnef.dev/docs/remote-cache/ github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
111+ 'https://rnef.dev/docs/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
112112 ) } `
113113 ) ;
114114 }
You can’t perform that action at this time.
0 commit comments