fix CI
This commit is contained in:
parent
9ebb8e8372
commit
3da2646052
|
@ -56,7 +56,7 @@ jobs:
|
|||
# run: composer install # will work
|
||||
|
||||
- name: add GITHUB_TOKEN
|
||||
run: composer config --global github-oauth.github.com $GITHUB_TOKEN && echo $GITHUB_TOKEN
|
||||
run: composer config --global github-oauth.github.com ${{ secrets.GITHUBTOKEN }} && echo ${{ secrets.GITHUBTOKEN }}
|
||||
|
||||
- name: Setup project
|
||||
run: make setup
|
||||
|
|
Loading…
Reference in New Issue