You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Build a PHP extension for a specific version.
78
78
- `build-directory`(optional) - The directory to build the extension in, defaults to the user's temporary directory.
79
79
- `run-tests`(optional) - Run the extension tests. Defaults to `true`.
80
80
- `test-runner`(optional) - The test runner to use. Defaults to `run-tests.php`.
81
+
- `auth-token`(optional) - Authentication token to use in case the extension is hosted on a private repository.
81
82
82
83
Instead of having to configure all the inputs for the extension action, you can use the `extension-matrix` action to get the matrix of jobs with different input configurations.
83
84
@@ -109,6 +110,7 @@ jobs:
109
110
- `arch-list`(optional) - The architectures to build the extension for. Defaults to `x64, x86`.
110
111
- `ts-list`(optional) - The thread safety to build the extension for. Defaults to `nts, ts`.
111
112
- `allow-old-php-versions`(optional) - Allow building the extension for older PHP versions. Defaults to `false`.
113
+
- `auth-token`(optional) - Authentication token to use in case the extension is hosted on a private repository.
0 commit comments