This commit is contained in:
aslan 2024-02-10 12:43:55 +03:00
parent 9ebb8e8372
commit 3da2646052
1 changed files with 1 additions and 1 deletions

View File

@ -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