How to do composer install
with medialibrary-pro
in Github Actions
#3177
Unanswered
maxonfjvipon
asked this question in
Q&A
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I use laravel-medialibrary-pro. It can be downloaded if you has a special authorization key.
If I try to publish it (with git push) key will be changed.
So I want to run tests on my CI/CD pipeline using Github Actions. Before I do
./vendor/bin/phpunit
I need to docomposer install
, but it fails because there's no auth key to download itIs there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions