Commit 9ed2c63
committed
PHP - Add github auth token to composer configuration
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 cucumber#52
Documentation here: https://github.com/shivammathur/setup-php#github-composer-authentication1 parent 0f61b10 commit 9ed2c63
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
0 commit comments