fix CI
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 9s Details

This commit is contained in:
aslan 2024-02-10 14:06:34 +03:00
parent 98a2dd92f8
commit 95f2c72231
1 changed files with 1 additions and 1 deletions

View File

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