install medialibrary-pro or laravel-comments in a github action #3102
-
Hi guys, We have paid for your wonderful packages ( medialibrary-pro and laravel comments) and we would like to create an automated github action to test the application. The installation of the packages fails because the credentials for these packages is not mentioned. From nivelles in 🇧🇪 ... 😃 #comeOnBelgium |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do not solve this by making a public fork of our repo or register it on Packagist. This is forbidden by our license. To use our paid packages in your CI, you must define a GitHub secret Here's an example: https://gist.github.com/pixelbrackets/78504af8aef55439113d521bb6d22d4f#github |
Beta Was this translation helpful? Give feedback.
Do not solve this by making a public fork of our repo or register it on Packagist. This is forbidden by our license.
To use our paid packages in your CI, you must define a GitHub secret
COMPOSER_AUTH
and use the contents of yourauth.json
as the value.Here's an example: https://gist.github.com/pixelbrackets/78504af8aef55439113d521bb6d22d4f#github