We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339e28b commit a5ebbf9Copy full SHA for a5ebbf9
.github/workflows/api_refs.yaml
@@ -34,7 +34,7 @@ jobs:
34
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
35
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
36
run: |
37
- composer config http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
+ composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
38
#TODO: On 5.0, update tool to handle both PHP & REST APIs
39
tools/php_api_ref/phpdoc.sh
40
0 commit comments