Commit 708347f
authored
PHP - Add github auth token to composer configuration (#55)
This writes the github auth token to a config file in ~/.composer, which then uses it when downloading packages
This will help with github rate limiting, as was happening on #52
Documentation here: https://github.com/shivammathur/setup-php#github-composer-authentication1 parent 0f61b10 commit 708347f
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
0 commit comments