Skip to content

Commit a5ebbf9

Browse files
committed
api_refs.yaml: Composer authentication
1 parent 339e28b commit a5ebbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
3535
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
3636
run: |
37-
composer config http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
37+
composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
3838
#TODO: On 5.0, update tool to handle both PHP & REST APIs
3939
tools/php_api_ref/phpdoc.sh
4040

0 commit comments

Comments
 (0)