Skip to content

Commit 9806ce6

Browse files
uses default GITHUB_TOKEN
1 parent 7a3efda commit 9806ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-version: ${{ matrix.php-versions }}
2626
tools: composer:v2.2
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Validate composer.json and composer.lock
3131
run: composer validate
@@ -71,7 +71,7 @@ jobs:
7171
php-version: 7.4
7272
tools: composer:v2.2
7373
env:
74-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

7676
- name: Install dependencies
7777
run: composer install --prefer-dist --no-dev -o
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
php-version: ${{ matrix.php-versions }}
106106
env:
107-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
107+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108

109109
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
110110
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)