prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 95f2c72231 - Show all commits

View File

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: add GITHUB_TOKEN
run: echo ${{ secrets.GITHUBTOKEN }}
run: echo ${{ secrets.GH_TOKEN }}
# - name: Set up PHP ${{ matrix.php-versions }}
# uses: shivammathur/setup-php@v2
# with: