File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
permissions :
29
29
packages : read
30
30
env :
31
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN || secrets.GH_TOKEN }}
32
32
HUSKY : 0
33
33
REF : ${{ github.head_ref || github.ref_name }}
34
34
concurrency :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ nodeLinker: node-modules
21
21
npmScopes :
22
22
flex-development :
23
23
npmAlwaysAuth : true
24
- npmAuthToken : ${GITHUB_TOKEN}
24
+ npmAuthToken : ${GITHUB_TOKEN:-$GH_TOKEN }
25
25
npmRegistryServer : https://npm.pkg.github.com
26
26
27
27
patchFolder : ./patches
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ Follow the steps below to setup your local development environment:
98
98
| name |
99
99
| ----------------------- |
100
100
| ` CODECOV_TOKEN ` |
101
+ | ` GH_TOKEN ` |
101
102
| ` GITHUB_TOKEN ` |
102
103
| ` NODE_ENV ` |
103
104
| ` NODE_NO_WARNINGS ` |
You can’t perform that action at this time.
0 commit comments