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 966229f commit 339e28bCopy full SHA for 339e28b
.github/workflows/api_refs.yaml
@@ -30,9 +30,13 @@ jobs:
30
ref: ${{ steps.version_and_branches.outputs.base_branch }}
31
32
- name: Build API Refs
33
- # TODO: On 5.0, update tool to handle both PHP & REST APIs
34
- # TODO: Composer auth?
35
- run: tools/php_api_ref/phpdoc.sh
+ env:
+ SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
+ SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
36
+ run: |
37
+ composer config 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
41
- name: Commit
42
run: |
0 commit comments