Skip to content

Commit 4509725

Browse files
committed
chore: add GITHUB_ACCESS_TOKEN
1 parent 250a5d0 commit 4509725

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/infection.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
6565
- name: Test with PHPUnit
6666
run: vendor/bin/phpunit --teamcity
67+
env:
68+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6769

6870
- name: Mutate with Infection
6971
run: |

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
env:
6565
TERM: xterm-256color
6666
TACHYCARDIA_MONITOR_GA: enabled
67+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6768

6869
- if: matrix.php-versions == '8.0'
6970
name: Run Coveralls

0 commit comments

Comments
 (0)