fix CI
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 9s
Details
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 9s
Details
This commit is contained in:
parent
98a2dd92f8
commit
95f2c72231
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: add GITHUB_TOKEN
|
- name: add GITHUB_TOKEN
|
||||||
run: echo ${{ secrets.GITHUBTOKEN }}
|
run: echo ${{ secrets.GH_TOKEN }}
|
||||||
# - name: Set up PHP ${{ matrix.php-versions }}
|
# - name: Set up PHP ${{ matrix.php-versions }}
|
||||||
# uses: shivammathur/setup-php@v2
|
# uses: shivammathur/setup-php@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in New Issue