We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460d29f commit f68d2d9Copy full SHA for f68d2d9
1 file changed
.github/workflows/demo-pages.yml
@@ -31,6 +31,9 @@ jobs:
31
- name: Install dependencies
32
run: composer install --prefer-dist --no-progress
33
34
+ - name: Configure authentication for composer
35
+ run: git config --global github.accesstoken $GITHUB_TOKEN
36
+
37
- name: Build demo
38
run: bash .ci/build-demo.sh
39
env:
0 commit comments